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 | ¡ëª©\ | 101000011110101110001111101010101010100101011100 | a1eb8faaa95c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ¡ë?ª©\ | 1000111110100010110000101000111110101011101100110011111110001111101000101110110010001111101000101110110101011100 | 8fa2c28fabb33f8fa2ec8fa2ed5c |
UTF-8 | ¡ëª©\ | 1100001010100001110000111010101111000010100011111100001010101010110000101010100101011100 | c2a1c3abc28fc2aac2a95c |
UHC | ¡??ª?\ | 1010001010101110001111110011111110101000101000110011111101011100 | a2ae3f3fa8a33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)