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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 熊拒v熊拒vB | 1000110001000110100010111001000101110110100011000100011010001011100100010111011001000010 | 8c468b91768c468b917642 |
EUC-JP | 熊拒v熊拒vB | 1011011110100111101101011111000101110110101101111010011110110101111100010111011001000010 | b7a7b5f176b7a7b5f17642 |
UTF-8 | 熊拒v熊拒vB | 111001111000011010001010111001101000101110010010011101101110011110000110100010101110011010001011100100100111011001000010 | e7868ae68b9276e7868ae68b927642 |
UHC | 熊拒v熊拒vB | 1110101010101000110010111101111001110110111010101010100011001011110111100111011001000010 | eaa8cbde76eaa8cbde7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)