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 | 1110010010001010100010001111110001000010 | e48a88fc42 |
EUC-JP | 芒蔭B | 1110011111101010101100001111111001000010 | e7eab0fe42 |
UTF-8 | 芒蔭B | 11101000100010101001001011101000100101001010110101000010 | e88a92e894ad42 |
UHC | 芒蔭B | 1101100011010011111010111110001101000010 | d8d3ebe342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)