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 | 繒?^ | 11111011100011110011111101011110 | fb8f3f5e |
EUC-JP | 繒?^ | 1000111111010100110101000011111101011110 | 8fd4d43f5e |
UTF-8 | 繒렋^ | 11100111101110011001001011101011101000001000101101011110 | e7b992eba08b5e |
UHC | 繒렋^ | 1111000111111001100011101010001001011110 | f1f98ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)