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 | 十??洙 | 100011110101110000111111001111111001111110101010 | 8f5c3f3f9faa |
| EUC-JP | 十??洙 | 101111011011110100111111001111111101111010101100 | bdbd3f3fdeac |
| UTF-8 | 十덃궧洙 | 111001011000110110000001111010111000110110000011111010101011011010100111111001101011010010011001 | e58d81eb8d83eab6a7e6b499 |
| UHC | 十덃궧洙 | 1110010010101000100010001110011010000010101110011110001010101010 | e4a888e682b9e2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)