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 | 蘊??橈? | 11100101010111010011111100111111100111101111010000111111 | e55d3f3f9ef43f |
EUC-JP | 蘊??橈? | 11101001101111100011111100111111110111001111011000111111 | e9be3f3fdcf63f |
UTF-8 | 蘊썲막橈럋 | 111010001001100010001010111011001000110110110010111010111010011110001001111001101010100110001000111010111001111110001011 | e8988aec8db2eba789e6a988eb9f8b |
UHC | 蘊썲막橈럋 | 11101000101100111011110111100101101110001011011111101000111110101000111001101000 | e8b3bde5b8b7e8fa8e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)