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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
| SJIS-WIN | 巐廷ァクK | 11111010101101101001001011101100101001111011100001001011 | fab692eca7b84b |
| EUC-JP | 巐廷ァクK | 10001111101110111111100111000100111011101000111010100111100011101011100001001011 | 8fbbf9c4ee8ea78eb84b |
| UTF-8 | 巐廷ァクK | 11100101101101111001000011100101101110111011011111101111101111011010011111101111101111011011100001001011 | e5b790e5bbb7efbda7efbdb84b |
| UHC | ?廷??K | 001111111110111111010101001111110011111101001011 | 3fefd53f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)