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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 灼尺B | 1000111011011100100011101101101001000010 | 8edc8eda42 |
EUC-JP | 灼尺B | 1011110011011110101111001101110001000010 | bcdebcdc42 |
UTF-8 | 灼尺B | 11100111100000011011110011100101101100001011101001000010 | e781bce5b0ba42 |
UHC | 灼尺B | 1110110111000111111101001010100101000010 | edc7f4a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)