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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 蘊??h蘊 | 11100101010111010011111100111111011010001110010101011101 | e55d3f3f68e55d |
EUC-JP | 蘊??h蘊 | 11101001101111100011111100111111011010001110100110111110 | e9be3f3f68e9be |
UTF-8 | 蘊딀렋h蘊 | 11101000100110001000101011101011100101001000000011101011101000001000101101101000111010001001100010001010 | e8988aeb9480eba08b68e8988a |
UHC | 蘊딀렋h蘊 | 111010001011001110001010111001101000111010100010011010001110100010110011 | e8b38ae68ea268e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)