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 | 荊?^ | 10001100011101000011111101011110 | 8c743f5e |
EUC-JP | 荊?^ | 10110111110101010011111101011110 | b7d53f5e |
UTF-8 | 荊쌵^ | 11101000100011011000101011101100100011001011010101011110 | e88d8aec8cb55e |
UHC | 荊쌵^ | 1111101110101010100110110110001101011110 | fbaa9b635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)