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 | 蘊??孃? | 11100101010111010011111100111111100110110110111100111111 | e55d3f3f9b6f3f |
EUC-JP | 蘊??孃? | 11101001101111100011111100111111110101011101000000111111 | e9be3f3fd5d03f |
UTF-8 | 蘊썲막孃셡 | 111010001001100010001010111011001000110110110010111010111010011110001001111001011010110110000011111011001000010110100001 | e8988aec8db2eba789e5ad83ec85a1 |
UHC | 蘊썲막孃셡 | 11101000101100111011110111100101101110001011011111100101101111101001100101101000 | e8b3bde5b8b7e5be9968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)