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 | ????@?? | 00111111001111110011111100111111010000000011111100111111 | 3f3f3f3f403f3f |
SJIS-WIN | ????@?? | 00111111001111110011111100111111010000000011111100111111 | 3f3f3f3f403f3f |
EUC-JP | ????@?? | 00111111001111110011111100111111010000000011111100111111 | 3f3f3f3f403f3f |
UTF-8 | 횞찼챨청@횩챰 | 11101101100110101001111011101100101100001011110011101100101100011010100011101100101100101010110101000000111011011001101010101001111011001011000110110000 | ed9a9eecb0bcecb1a8ecb2ad40ed9aa9ecb1b0 |
UHC | 횞찼챨청@횩챰 | 11000011100101111100001110100001110000111011000011000011101110110100000011000011100111111100001110110001 | c397c3a1c3b0c3bb40c39fc3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)