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 | èÒDèÒD^ | 11101000110100100100010011101000110100100100010001011110 | e8d244e8d2445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | èÒDèÒD^ | 100011111010101110110010100011111010101011010010010001001000111110101011101100101000111110101010110100100100010001011110 | 8fabb28faad2448fabb28faad2445e |
UTF-8 | èÒDèÒD^ | 1100001110101000110000111001001001000100110000111010100011000011100100100100010001011110 | c3a8c39244c3a8c392445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)