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 | 湿梢 | 111001101011100110111111111001101010001010100010 | e6b9bfe6a2a2 |
SJIS-WIN | ????¢¢ | 0011111100111111001111110011111110000001100100011000000110010001 | 3f3f3f3f81918191 |
EUC-JP | �梢 | 1000111110101001110000010011111110001111101000101100010010001111101010011100000110100001111100011010000111110001 | 8fa9c13f8fa2c48fa9c1a1f1a1f1 |
UTF-8 | 湿梢 | 110000111010011011000010101110011100001010111111110000111010011011000010101000101100001010100010 | c3a6c2b9c2bfc3a6c2a2c2a2 |
UHC | 湿æ?? | 10101001101000011010100111110110101000101010111110101001101000010011111100111111 | a9a1a9f6a2afa9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)