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챈챤 | 11101100101100001011111011101100101100001011111011101101100110001001100111101101100110001010001011101101100110001010000101001000111011001011000110001000111011001011000110100100 | ecb0beecb0beed9899ed98a2ed98a148ecb188ecb1a4 |
UHC | 찾찾혙혢혡H챈챤 | 110000111010001111000011101000111100001010000100110000101000101111000010100010100100100011000011101001101100001110101110 | c3a3c3a3c284c28bc28a48c3a6c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)