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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?瑤B | 00111111111010101010001001000010 | 3feaa242 |
EUC-JP | ?瑤B | 00111111111101001010010001000010 | 3ff4a442 |
UTF-8 | 옟瑤B | 11101100100110001001111111100111100100011010010001000010 | ec989fe791a442 |
UHC | 옟瑤B | 1001111010100001111010001111110101000010 | 9ea1e8fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)