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 | 繹レ?苡 | 11100011100010001000001110001100001111111110010010001111 | e388838c3fe48f |
EUC-JP | 繹レ?苡 | 11100101111010001010010111101100001111111110011111101111 | e5e8a5ec3fe7ef |
UTF-8 | 繹レ늸苡 | 111001111011100110111001111000111000001110101100111010111000101010111000111010001000101110100001 | e7b9b9e383aceb8ab8e88ba1 |
UHC | 繹レ늸苡 | 1110011010111010101010111110110010001000100000011110110010111110 | e6baabec8881ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)