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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
EUC-JP | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
UTF-8 | 筽띰쉘h筽 | 11100111101011011011110111101011100111011011000011101100100010011001100001101000111001111010110110111101 | e7adbdeb9db0ec899868e7adbd |
UHC | 筽띰쉘h筽 | 111010001010010010110110111011111011110110101001011010001110100010100100 | e8a4b6efbda968e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)