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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 項?項?^ | 10001101100000000011111110001101100000000011111101011110 | 8d803f8d803f5e |
EUC-JP | 項?項?^ | 10111001111000000011111110111001111000000011111101011110 | b9e03fb9e03f5e |
UTF-8 | 項螺項羅^ | 11101001101000001000010111101111101001001001000111101001101000001000010111101111101001001000111101011110 | e9a085efa491e9a085efa48f5e |
UHC | 項螺項羅^ | 111110101010001111010001110111101111101010100011110100011101110001011110 | faa3d1defaa3d1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)