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 | 鴦幣饅 | 111010011111000110010101101111001110100101011100 | e9f195bce95c |
EUC-JP | 鴦幣饅 | 111100101111001111001010101111101111000110111101 | f2f3cabef1bd |
UTF-8 | 鴦幣饅 | 111010011011010010100110111001011011100110100011111010011010010110000101 | e9b4a6e5b9a3e9a585 |
UHC | 鴦幣饅 | 111001001110110011111000110001111101100011000011 | e4ecf8c7d8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)