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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | ?純ギA?? | 0011111110001111100000111000001101001101010000010011111100111111 | 3f8f83834d413f3f |
EUC-JP | ?純ギA?? | 0011111110111101111000111010010110101110010000010011111100111111 | 3fbde3a5ae413f3f |
UTF-8 | 룶純ギA룶쥚 | 11101011101000111011011011100111101101001001010011100011100000101010111001000001111010111010001110110110111011001010010110011010 | eba3b6e7b494e382ae41eba3b6eca59a |
UHC | 룶純ギA룶쥚 | 1000111110101011111000101110110110101011101011100100000110001111101010111010001010001111 | 8fabe2edabae418faba28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)