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 | 1001111111100010100111111101000001000010 | 9fe29fd042 |
EUC-JP | 溪渙B | 1101111011100100110111101101001001000010 | dee4ded242 |
UTF-8 | 溪渙B | 11100110101110101010101011100110101110001001100101000010 | e6baaae6b89942 |
UHC | 溪渙B | 1100110110100010111111001011100101000010 | cda2fcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)