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 | 堰????? | 10001001100000010011111100111111001111110011111100111111 | 89813f3f3f3f3f |
| EUC-JP | 堰????? | 10110001111000010011111100111111001111110011111100111111 | b1e13f3f3f3f3f |
| UTF-8 | 堰묉뎸杻귛ㅎ | 111001011010000010110000111010111010110010001001111010111000111010111000111011111010011110001000111010101011011110011011111000111000010110001110 | e5a0b0ebac89eb8eb8efa788eab79be3858e |
| UHC | 堰묉뎸杻귛ㅎ | 111001011110100010010001111001101000100110001011111010101111010010000010111001011010010010111110 | e5e891e6898beaf482e5a4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)