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?似? | 001111111000111010010111001111110110100000111111100011101001011100111111 | 3f8e973f683f8e973f |
EUC-JP | ?似?h?似? | 001111111011101111110111001111110110100000111111101110111111011100111111 | 3fbbf73f683fbbf73f |
UTF-8 | 렻似렪h렻似렪 | 11101011101000001011101111100100101111001011110011101011101000001010101001101000111010111010000010111011111001001011110010111100111010111010000010101010 | eba0bbe4bcbceba0aa68eba0bbe4bcbceba0aa |
UHC | 렻似렪h렻似렪 | 10001110110000111101111011000100100011101011100001101000100011101100001111011110110001001000111010111000 | 8ec3dec48eb8688ec3dec48eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)