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???? | 001111110110100000111111001111110011111100111111 | 3f683f3f3f3f |
SJIS-WIN | ?h???? | 001111110110100000111111001111110011111100111111 | 3f683f3f3f3f |
EUC-JP | ?h???? | 001111110110100000111111001111110011111100111111 | 3f683f3f3f3f |
UTF-8 | 채h채첬혗혢 | 11101100101100011000010001101000111011001011000110000100111011001011001010101100111011011001100010010111111011011001100010100010 | ecb18468ecb184ecb2aced9897ed98a2 |
UHC | 채h채첬혗혢 | 1100001110100100011010001100001110100100110000111011101011000010100000101100001010001011 | c3a468c3a4c3bac282c28b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)