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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?讌螻。髮 | 0011111111100110101001011110010110110001101000011110100110011011 | 3fe6a5e5b1a1e99b |
EUC-JP | 訵讌螻。髮 | 1000111111011101110100111110110010100111111010101011001110001110101000011111000111111011 | 8fddd3eca7eab38ea1f1fb |
UTF-8 | 訵讌螻。髮 | 111010001010100010110101111010001010111010001100111010001001111010111011111011111011110110100001111010011010101110101110 | e8a8b5e8ae8ce89ebbefbda1e9abae |
UHC | ????髮 | 001111110011111100111111001111111101101110100101 | 3f3f3f3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)