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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 飮μ?oBF | 1001111101011010100000111100101000111111011011110100001001000110 | 9f5a83ca3f6f4246 |
EUC-JP | 飮μ?oBF | 1101110110111011101001101100110000111111011011110100001001000110 | ddbba6cc3f6f4246 |
UTF-8 | 飮μ맀oBF | 1110100110100011101011101100111010111100111010111010011110000000011011110100001001000110 | e9a3aecebceba7806f4246 |
UHC | 飮μ맀oBF | 111010111110011010100101111011001001000010011011011011110100001001000110 | ebe6a5ec909b6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)