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 | ¿Ïº¶ | 10111111110011111011101010110110 | bfcfbab6 |
SJIS-WIN | ???¶ | 0011111100111111001111111000000111110111 | 3f3f3f81f7 |
EUC-JP | ¿Ïº¶ | 1000111110100010110001001000111110101010110000011000111110100010111010111010001011111001 | 8fa2c48faac18fa2eba2f9 |
UTF-8 | ¿Ïº¶ | 1100001010111111110000111000111111000010101110101100001010110110 | c2bfc38fc2bac2b6 |
UHC | ¿?º¶ | 10100010101011110011111110101000101011001010001011010010 | a2af3fa8aca2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)