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 | ????ZU | 001111110011111100111111001111110101101001010101 | 3f3f3f3f5a55 |
SJIS-WIN | 訒滄エォZU | 1111101110100011100111111110100110110100101010110101101001010101 | fba39fe9b4ab5a55 |
EUC-JP | 訒滄エォZU | 1000111111011101110010001101111011101011100011101011010010001110101010110101101001010101 | 8fddc8deeb8eb48eab5a55 |
UTF-8 | 訒滄エォZU | 1110100010101000100100101110011010111011100001001110111110111101101101001110111110111101101010110101101001010101 | e8a892e6bb84efbdb4efbdab5a55 |
UHC | ?滄??ZU | 00111111111100111110011100111111001111110101101001010101 | 3ff3e73f3f5a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)