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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 湜室 | 11111011010001111000111010111010 | fb478eba |
EUC-JP | 湜室 | 1000111111000111111111001011110010111100 | 8fc7fcbcbc |
UTF-8 | 湜室 | 111001101011100110011100111001011010111010100100 | e6b99ce5aea4 |
UHC | 湜室 | 11100011110101111110001111111000 | e3d7e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)