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 | ??@i??@iB | 001111110011111101000000011010010011111100111111010000000110100101000010 | 3f3f40693f3f406942 |
SJIS-WIN | ??@i??@iB | 001111110011111101000000011010010011111100111111010000000110100101000010 | 3f3f40693f3f406942 |
EUC-JP | ??@i??@iB | 001111110011111101000000011010010011111100111111010000000110100101000010 | 3f3f40693f3f406942 |
UTF-8 | 횂혧@i횂혧@iB | 1110110110011010100000101110110110011000101001110100000001101001111011011001101010000010111011011001100010100111010000000110100101000010 | ed9a82ed98a74069ed9a82ed98a7406942 |
UHC | 횂혧@i횂혧@iB | 11000011100000101100001010001111010000000110100111000011100000101100001010001111010000000110100101000010 | c382c28f4069c382c28f406942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)