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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 五f?液?? | 100011001101110010000010100001100011111110001001011101000011111100111111 | 8cdc82863f89743f3f |
| EUC-JP | 五f?液?? | 101110001101111010100011111001100011111110110001110101010011111100111111 | b8dea3e63fb1d53f3f |
| UTF-8 | 五f첁液ㅸㄵ | 111001001011101010010100111011111011110110000110111011001011001010000001111001101011011010110010111000111000010110111000111000111000010010110101 | e4ba94efbd86ecb281e6b6b2e385b8e384b5 |
| UHC | 五f첁液ㅸㄵ | 111001111110100110100011111001101010101010001110111001001111101110100100111010001010010010100101 | e7e9a3e6aa8ee4fba4e8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)