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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羲丈湿B | 11100011101110101000111111100100100011101011110001000010 | e3ba8fe48ebc42 |
EUC-JP | 羲丈湿B | 11100110101111001011111011100110101111001011111001000010 | e6bcbee6bcbe42 |
UTF-8 | 羲丈湿B | 11100111101111101011001011100100101110001000100011100110101110011011111101000010 | e7beb2e4b888e6b9bf42 |
UHC | 羲丈?B | 111111011111110111101101110110110011111101000010 | fdfdeddb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)