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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 訂柬???B | 1001001011111001100111100110101000111111001111110011111101000010 | 92f99e6a3f3f3f42 |
EUC-JP | 訂柬???B | 1100010011111011110110111100101100111111001111110011111101000010 | c4fbdbcb3f3f3f42 |
UTF-8 | 訂柬브렏렡B | 11101000101010001000001011100110100111111010110011101011101110001000110011101011101000001000111111101011101000001010000101000010 | e8a882e69facebb88ceba08feba0a142 |
UHC | 訂柬브렏렡B | 1110111111110100110010101101001110111010111010101000111010100101100011101011001001000010 | eff4cad3baea8ea58eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)