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 | 1001011010101101100101100110011001000010 | 96ad966642 |
EUC-JP | 妙貿B | 1100110010101111110010111100011101000010 | ccafcbc742 |
UTF-8 | 妙貿B | 11100101101001101001100111101000101100101011111101000010 | e5a699e8b2bf42 |
UHC | 妙貿B | 1101100111011000110110011111010101000010 | d9d8d9f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)