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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | 繡??? | 100011111101010011010111001111110011111100111111 | 8fd4d73f3f3f |
| UTF-8 | 繡뎸똕黎 | 111001111011100110100001111010111000111010111000111010111001100010010101111011111010011010001001 | e7b9a1eb8eb8eb9895efa689 |
| UHC | 繡뎸똕黎 | 1110001010111001100010011000101110001100010100111110011010110001 | e2b9898b8c53e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)