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 | 薰冶ョ | 1111101110011110100101101110100010101110 | fb9e96e8ae |
EUC-JP | ?冶ョ | 0011111111001100111010101000111010101110 | 3fccea8eae |
UTF-8 | 薰冶ョ | 111010001001011010110000111001011000011010110110111011111011110110101110 | e896b0e586b6efbdae |
UHC | 薰冶? | 1111110110111001111001011010011100111111 | fdb9e5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)