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 | 飮μ? | 1001111101011010100000111100101000111111 | 9f5a83ca3f |
EUC-JP | 飮μ? | 1101110110111011101001101100110000111111 | ddbba6cc3f |
UTF-8 | 飮μ닪 | 1110100110100011101011101100111010111100111010111000101110101010 | e9a3aecebceb8baa |
UHC | 飮μ닪 | 111010111110011010100101111011001000100010100101 | ebe6a5ec88a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)