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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 燿??h燿 | 11100000101000000011111100111111011010001110000010100000 | e0a03f3f68e0a0 |
EUC-JP | 燿??h燿 | 11100000101000100011111100111111011010001110000010100010 | e0a23f3f68e0a2 |
UTF-8 | 燿쒙쉔h燿 | 11100111100001111011111111101100100100101001100111101100100010011001010001101000111001111000011110111111 | e787bfec9299ec899468e787bf |
UHC | 燿쒙쉔h燿 | 111010001111110010011100111011111011110110101000011010001110100011111100 | e8fc9cefbda868e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)