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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | ?純ギB? | 00111111100011111000001110000011010011010100001000111111 | 3f8f83834d423f |
EUC-JP | ?純ギB? | 00111111101111011110001110100101101011100100001000111111 | 3fbde3a5ae423f |
UTF-8 | 룶純ギB룶 | 11101011101000111011011011100111101101001001010011100011100000101010111001000010111010111010001110110110 | eba3b6e7b494e382ae42eba3b6 |
UHC | 룶純ギB룶 | 100011111010101111100010111011011010101110101110010000101000111110101011 | 8fabe2edabae428fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)