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 | é¼å·] | 11101001100010001011110011100101100111111011011101011101 | e988bce59fb75d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | é??å??] | 1000111110101011101100010011111100111111100011111010101110101001001111110011111101011101 | 8fabb13f3f8faba93f3f5d |
UTF-8 | é¼å·] | 11000011101010011100001010001000110000101011110011000011101001011100001010011111110000101011011101011101 | c3a9c288c2bcc3a5c29fc2b75d |
UHC | ??¼??·] | 001111110011111110101000111110010011111100111111101000011010010001011101 | 3f3fa8f93f3fa1a45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)