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 | ? | 00111111 | 3f |
SJIS-WIN | 室 | 1000111010111010 | 8eba |
EUC-JP | 室 | 1011110010111100 | bcbc |
UTF-8 | 室 | 111001011010111010100100 | e5aea4 |
UHC | 室 | 1110001111111000 | e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)