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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?純ゴ^ | 001111111000111110000011100000110101001101011110 | 3f8f8383535e |
EUC-JP | ?純ゴ^ | 001111111011110111100011101001011011010001011110 | 3fbde3a5b45e |
UTF-8 | 룵純ゴ^ | 11101011101000111011010111100111101101001001010011100011100000101011010001011110 | eba3b5e7b494e382b45e |
UHC | 룵純ゴ^ | 10001111101010101110001011101101101010111011010001011110 | 8faae2edabb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)