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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 飮μ?榮 | 10011111010110101000001111001010001111111001111011000100 | 9f5a83ca3f9ec4 |
EUC-JP | 飮μ?榮 | 11011101101110111010011011001100001111111101110011000110 | ddbba6cc3fdcc6 |
UTF-8 | 飮μ닧榮 | 1110100110100011101011101100111010111100111010111000101110100111111001101010011010101110 | e9a3aecebceb8ba7e6a6ae |
UHC | 飮μ닧榮 | 1110101111100110101001011110110010001000101000111110011110110100 | ebe6a5ec88a3e7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)