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?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | ?純ギB?? | 0011111110001111100000111000001101001101010000100011111100111111 | 3f8f83834d423f3f |
EUC-JP | ?純ギB?? | 0011111110111101111000111010010110101110010000100011111100111111 | 3fbde3a5ae423f3f |
UTF-8 | 룶純ギB룶죴 | 11101011101000111011011011100111101101001001010011100011100000101010111001000010111010111010001110110110111011001010001110110100 | eba3b6e7b494e382ae42eba3b6eca3b4 |
UHC | 룶純ギB룶죴 | 1000111110101011111000101110110110101011101011100100001010001111101010111010000110001111 | 8fabe2edabae428faba18f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)