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 | 1000100101101011100100011000111001000010 | 896b918e42 |
EUC-JP | 洩綜B | 1011000111001100110000011110111001000010 | b1ccc1ee42 |
UTF-8 | 洩綜B | 11100110101101001010100111100111101101101001110001000010 | e6b4a9e7b69c42 |
UHC | 洩綜B | 1110000011011101111100001111110001000010 | e0ddf0fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)