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 | 1110010011101111111001001100000101000010 | e4efe4c142 |
EUC-JP | 蔡菽B | 1110100011110001111010001100001101000010 | e8f1e8c342 |
UTF-8 | 蔡菽B | 11101000100101001010000111101000100011111011110101000010 | e894a1e88fbd42 |
UHC | 蔡菽B | 1111001111111001111000101101110101000010 | f3f9e2dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)