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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 甕???甕 | 11100001010100000011111100111111001111111110000101010000 | e1503f3f3fe150 |
| EUC-JP | 甕???甕 | 11100001101100010011111100111111001111111110000110110001 | e1b13f3f3fe1b1 |
| UTF-8 | 甕앇딃츓甕 | 111001111001010010010101111011001001010110000111111010111001010010000011111011001011100010010011111001111001010010010101 | e79495ec9587eb9483ecb893e79495 |
| UHC | 甕앇딃츓甕 | 11101000101110001001110111010001100010101110100110101110100011101110100010111000 | e8b89dd18ae9ae8ee8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)