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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 逎ャ蜚ッF | 11100111101000111010110011100101100101001010111101000110 | e7a3ace594af46 |
EUC-JP | 逎ャ蜚ッF | 111011101010010110001110101011001110100111110100100011101010111101000110 | eea58eace9f48eaf46 |
UTF-8 | 逎ャ蜚ッF | 11101001100000001000111011101111101111011010110011101000100111001001101011101111101111011010111101000110 | e9808eefbdace89c9aefbdaf46 |
UHC | ??蜚?F | 001111110011111111011110101001000011111101000110 | 3f3fdea43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)