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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 狹頤狹 | 111000001100001111101000111100111110000011000011 | e0c3e8f3e0c3 |
EUC-JP | 狹頤狹 | 111000001100010111110000111101011110000011000101 | e0c5f0f5e0c5 |
UTF-8 | 狹頤狹 | 111001111000101110111001111010011010000010100100111001111000101110111001 | e78bb9e9a0a4e78bb9 |
UHC | 狹?狹 | 1111101011110101001111111111101011110101 | faf53ffaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)