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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 訷啗^ | 1111101110100100100110100101011101011110 | fba49a575e |
EUC-JP | 訷啗^ | 100011111101110111010100110100111011100001011110 | 8fddd4d3b85e |
UTF-8 | 訷啗^ | 11101000101010001011011111100101100101011001011101011110 | e8a8b7e595975e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)