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 | 鴦???裔 | 11101001111100010011111100111111001111111110010111100001 | e9f13f3f3fe5e1 |
EUC-JP | 鴦???裔 | 11110010111100110011111100111111001111111110101011100011 | f2f33f3f3feae3 |
UTF-8 | 鴦꾆쇱쪠裔 | 111010011011010010100110111010101011111010000110111011001000011110110001111011001010101010100000111010001010001110010100 | e9b4a6eabe86ec87b1ecaaa0e8a394 |
UHC | 鴦꾆쇱쪠裔 | 11100100111011001000010011001110101111001110110010100101100110011110011111100000 | e4ec84cebceca599e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)