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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 中嶝??臍 | 1001001010000110100110111101000100111111001111111110010001100000 | 92869bd13f3fe460 |
EUC-JP | 中嶝??臍 | 1100001111100110110101101101001100111111001111111110011111000001 | c3e6d6d33f3fe7c1 |
UTF-8 | 中嶝렰렓臍 | 111001001011100010101101111001011011011010011101111010111010000010110000111010111010000010010011111010001000011110001101 | e4b8ade5b69deba0b0eba093e8878d |
UHC | 中嶝렰렓臍 | 11110001111010011101010011110001100011101011110110001110101010001111000010110000 | f1e9d4f18ebd8ea8f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)