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 | 殿?g闇 | 10010011011000010011111110000010100001111000100011000101 | 93613f828788c5 |
| EUC-JP | 殿?g闇 | 11000101110000100011111110100011111001111011000011000111 | c5c23fa3e7b0c7 |
| UTF-8 | 殿겼g闇 | 111001101010111010111111111010101011001010111100111011111011110110000111111010011001011110000111 | e6aebfeab2bcefbd87e99787 |
| UHC | 殿겼g闇 | 1110111011111100101100001110010110100011111001111110010011100001 | eefcb0e5a3e7e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)