To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉦ー借 | 10001111110111101011000010001110110110001111000111101101 | 8fdeb08ed8f1ed |
EUC-JP | 鉦ー借? | 10111110111000001000111010110000101111001101101000111111 | bee08eb0bcda3f |
UTF-8 | 鉦ー借 | 111010011000100110100110111011111011110110110000111001011000000010011111111011101000010110101000 | e989a6efbdb0e5809fee85a8 |
UHC | 鉦?借? | 111011111111101000111111111100111010100000111111 | effa3ff3a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)