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 | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
| SJIS-WIN | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
| EUC-JP | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
| UTF-8 | 셍롍렍셔샬셍셈G | 11101100100001011000110111101011101000011000110111101011101000001000110111101100100001011001010011101100100000111010110011101100100001011000110111101100100001011000100001000111 | ec858deba18deba08dec8594ec83acec858dec858847 |
| UHC | 셍롍렍셔샬셍셈G | 101111001100010010001110110100111000111010100011101111001100010110111100101000111011110011000100101111001100000001000111 | bcc48ed38ea3bcc5bca3bcc4bcc047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)