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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覩願或 | 111001100100111010001010111010001000100010111101 | e64e8ae888bd |
EUC-JP | 覩願或 | 111010111010111110110100111010101011000010111111 | ebafb4eab0bf |
UTF-8 | 覩願或 | 111010001010011010101001111010011010000110011000111001101000100010010110 | e8a6a9e9a198e68896 |
UHC | 覩願或 | 110101001010110111101010110000111111101111100100 | d4adeac3fbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)