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 | 譴。螫 | 1110011010100010101000011110010110101100 | e6a2a1e5ac |
EUC-JP | 譴。螫 | 111011001010010010001110101000011110101010101110 | eca48ea1eaae |
UTF-8 | 譴。螫 | 111010001010110110110100111011111011110110100001111010001001111010101011 | e8adb4efbda1e89eab |
UHC | 譴?? | 11001100101110010011111100111111 | ccb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)