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 | ??????Bw | 0011111100111111001111110011111100111111001111110100001001110111 | 3f3f3f3f3f3f4277 |
| SJIS-WIN | ??????Bw | 0011111100111111001111110011111100111111001111110100001001110111 | 3f3f3f3f3f3f4277 |
| EUC-JP | ??????Bw | 0011111100111111001111110011111100111111001111110100001001110111 | 3f3f3f3f3f3f4277 |
| UTF-8 | 셔섞셍롊렼섧Bw | 1110110010000101100101001110110010000100100111101110110010000101100011011110101110100001100010101110101110100000101111001110110010000100101001110100001001110111 | ec8594ec849eec858deba18aeba0bcec84a74277 |
| UHC | 셔섞셍롊렼섧Bw | 1011110011000101101111001010111110111100110001001000111011010000100011101100010010111100101101010100001001110111 | bcc5bcafbcc48ed08ec4bcb54277 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)