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?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
SJIS-WIN | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
EUC-JP | ?????H?? | 0011111100111111001111110011111100111111010010000011111100111111 | 3f3f3f3f3f483f3f |
UTF-8 | 채혚혙혢혡H챈챤 | 11101100101100011000010011101101100110001001101011101101100110001001100111101101100110001010001011101101100110001010000101001000111011001011000110001000111011001011000110100100 | ecb184ed989aed9899ed98a2ed98a148ecb188ecb1a4 |
UHC | 채혚혙혢혡H챈챤 | 110000111010010011000010100001011100001010000100110000101000101111000010100010100100100011000011101001101100001110101110 | c3a4c285c284c28bc28a48c3a6c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)