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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???鹽?┫ | 0011111100111111001111111110101001100100001111111000010010110010 | 3f3f3fea643f84b2 |
EUC-JP | ???鹽?┫ | 0011111100111111001111111111001111000101001111111010100010110100 | 3f3f3ff3c53fa8b4 |
UTF-8 | 歷쇔쳣鹽뽭┫ | 111011111010011010001100111011001000011110010100111011001011001110100011111010011011100110111101111010111011110110101101111000101001010010101011 | efa68cec8794ecb3a3e9b9bdebbdade294ab |
UHC | 歷쇔쳣鹽뽭┫ | 111001101011100010111100111001011010101110001001111001111010010010010110111010011010011010110100 | e6b8bce5ab89e7a496e9a6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)