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 | 矣私閨 | 111000011110000110001110100001001110100010000001 | e1e18e84e881 |
EUC-JP | 矣私閨 | 111000101110001110111011111001001110111111100001 | e2e3bbe4efe1 |
UTF-8 | 矣私閨 | 111001111001111110100011111001111010011110000001111010011001011010101000 | e79fa3e7a781e996a8 |
UHC | 矣私閨 | 111010111111100011011110111001111101000010110001 | ebf8dee7d0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)