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 | 萓萓^ | 1110010010111110111001001011111001011110 | e4bee4be5e |
EUC-JP | 萓萓^ | 1110100011000000111010001100000001011110 | e8c0e8c05e |
UTF-8 | 萓萓^ | 11101000100100001001001111101000100100001001001101011110 | e89093e890935e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)