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 | 1110000111000100111000011010011001000010 | e1c4e1a642 |
EUC-JP | 眛皋B | 1110001011000110111000101010100001000010 | e2c6e2a842 |
UTF-8 | 眛皋B | 11100111100111001001101111100111100110101000101101000010 | e79c9be79a8b42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)