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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 伍?伍?B | 10001100110111100011111110001100110111100011111101000010 | 8cde3f8cde3f42 |
EUC-JP | 伍?伍?B | 10111000111000000011111110111000111000000011111101000010 | b8e03fb8e03f42 |
UTF-8 | 伍뾂伍뾂B | 11100100101111001000110111101011101111101000001011100100101111001000110111101011101111101000001001000010 | e4bc8debbe82e4bc8debbe8242 |
UHC | 伍뾂伍뾂B | 111001111110101010010110111111101110011111101010100101101111111001000010 | e7ea96fee7ea96fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)