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 | ±Ì´â@h | 101100011100110010110100111000100100000001101000 | b1ccb4e24068 |
SJIS-WIN | ±?´?@h | 1000000101111101001111111000000101001100001111110100000001101000 | 817d3f814c3f4068 |
EUC-JP | ±Ì´â@h | 101000011101111010001111101010101100000010100001101011011000111110101011101001000100000001101000 | a1de8faac0a1ad8faba44068 |
UTF-8 | ±Ì´â@h | 11000010101100011100001110001100110000101011010011000011101000100100000001101000 | c2b1c38cc2b4c3a24068 |
UHC | ±?´?@h | 1010000110111110001111111010001010100101001111110100000001101000 | a1be3fa2a53f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)