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 | 暗??厄 | 100010001100001100111111001111111001011011101111 | 88c33f3f96ef |
| EUC-JP | 暗??厄 | 101100001100010100111111001111111100110011110001 | b0c53f3fccf1 |
| UTF-8 | 暗땹뢆厄 | 111001101001101010010111111010111001010110111001111010111010001010000110111001011000111010000100 | e69a97eb95b9eba286e58e84 |
| UHC | 暗땹뢆厄 | 1110010011011110100010111000111110001111010000101110010011111000 | e4de8b8f8f42e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)