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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 拗??h拗?? | 100111010101100000111111001111110110100010011101010110000011111100111111 | 9d583f3f689d583f3f |
EUC-JP | 拗??h拗?? | 110110011011100100111111001111110110100011011001101110010011111100111111 | d9b93f3f68d9b93f3f |
UTF-8 | 拗룸졁h拗룸졁 | 11100110100010111001011111101011101000111011100011101100101000011000000101101000111001101000101110010111111010111010001110111000111011001010000110000001 | e68b97eba3b8eca18168e68b97eba3b8eca181 |
UHC | 拗룸졁h拗룸졁 | 11101000111100111011011111101011101000001011001001101000111010001111001110110111111010111010000010110010 | e8f3b7eba0b268e8f3b7eba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)