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 | 駭?諧 | 1110100101101110001111111110011001111110 | e96e3fe67e |
EUC-JP | 駭?諧 | 1111000111001111001111111110101111011111 | f1cf3febdf |
UTF-8 | 駭렭諧 | 111010011010011110101101111010111010000010101101111010001010101110100111 | e9a7adeba0ade8aba7 |
UHC | 駭렭諧 | 111110101011010010001110101110101111101010110010 | fab48ebafab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)