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 | ÍÛö´öÎD | 11001101110110111111011010110100111101101100111001000100 | cddbf6b4f6ce44 |
| SJIS-WIN | ???´??D | 0011111100111111001111111000000101001100001111110011111101000100 | 3f3f3f814c3f3f44 |
| EUC-JP | ÍÛö´öÎD | 100011111010101010111111100011111010101011100101100011111010101111010011101000011010110110001111101010111101001110001111101010101100001001000100 | 8faabf8faae58fabd3a1ad8fabd38faac244 |
| UTF-8 | ÍÛö´öÎD | 11000011100011011100001110011011110000111011011011000010101101001100001110110110110000111000111001000100 | c38dc39bc3b6c2b4c3b6c38e44 |
| UHC | ???´??D | 0011111100111111001111111010001010100101001111110011111101000100 | 3f3f3fa2a53f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)