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 | 艪蒟^ | 1110010010000010111001001110010101011110 | e482e4e55e |
EUC-JP | 艪蒟^ | 1110011111100010111010001110011101011110 | e7e2e8e75e |
UTF-8 | 艪蒟^ | 11101000100010011010101011101000100100101001111101011110 | e889aae8929f5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)