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 | 逎衰害裘 | 1110011110100011100100001000101010001010010100011110010111100010 | e7a3908a8a51e5e2 |
EUC-JP | 逎衰害裘 | 1110111010100101101111111110101010110011101100101110101011100100 | eea5bfeab3b2eae4 |
UTF-8 | 逎衰害裘 | 111010011000000010001110111010001010000110110000111001011010111010110011111010001010001110011000 | e9808ee8a1b0e5aeb3e8a398 |
UHC | ?衰害? | 001111111110000111110001111110101010101000111111 | 3fe1f1faaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)