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 | îµÄë¡â | 111011101011010111000100111010111010000111100010 | eeb5c4eba1e2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | î?Äë¡â | 10001111101010111100001000111111100011111010101010100011100011111010101110110011100011111010001011000010100011111010101110100100 | 8fabc23f8faaa38fabb38fa2c28faba4 |
UTF-8 | îµÄë¡â | 110000111010111011000010101101011100001110000100110000111010101111000010101000011100001110100010 | c3aec2b5c384c3abc2a1c3a2 |
UHC | ????¡? | 00111111001111110011111100111111101000101010111000111111 | 3f3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)