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 | Â@¶e^ | 110000101001001001000000110000101001000111000010101101100110010101011110 | c29240c291c2b6655e |
SJIS-WIN | ??@???¶e^ | 00111111001111110100000000111111001111110011111110000001111101110110010101011110 | 3f3f403f3f3f81f7655e |
EUC-JP | �@�¶e^ | 10001111101010101010010000111111010000001000111110101010101001000011111110001111101010101010010010100010111110010110010101011110 | 8faaa43f408faaa43f8faaa4a2f9655e |
UTF-8 | Â@¶e^ | 110000111000001011000010100100100100000011000011100000101100001010010001110000111000001011000010101101100110010101011110 | c382c29240c382c291c382c2b6655e |
UHC | ??@???¶e^ | 00111111001111110100000000111111001111110011111110100010110100100110010101011110 | 3f3f403f3f3fa2d2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)