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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???鍮??? | 0011111100111111001111111110100001001010001111110011111100111111 | 3f3f3fe84a3f3f3f |
EUC-JP | ???鍮??? | 0011111100111111001111111110111110101011001111110011111100111111 | 3f3f3fefab3f3f3f |
UTF-8 | 嶺쎌궗鍮볣샒類 | 111011111010011010101011111011001000111010001100111010101011011010010111111010011000110110101110111010111011001110100011111011001000001110010010111011111010011110010000 | efa6abec8e8ceab697e98daeebb3a3ec8392efa790 |
UHC | 嶺쎌궗鍮볣샒類 | 1110011110101101101111011110110010000010101011001110101110111001100100111110100110011000101111111110101110111010 | e7adbdec82acebb993e998bfebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)