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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?牙?B | 0011111110001001111001010011111101000010 | 3f89e53f42 |
EUC-JP | ?牙?B | 0011111110110010111001110011111101000010 | 3fb2e73f42 |
UTF-8 | 렣牙롆B | 11101011101000001010001111100111100010011001100111101011101000011000011001000010 | eba0a3e78999eba18642 |
UHC | 렣牙롆B | 10001110101101001110010010110011100011101100110001000010 | 8eb4e4b38ecc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)