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 | 1001100101000001100100001110000101000010 | 994190e142 |
EUC-JP | 僊雪B | 1101000110100010110000001110001101000010 | d1a2c0e342 |
UTF-8 | 僊雪B | 11100101100000111000101011101001100110111010101001000010 | e5838ae99baa42 |
UHC | 僊雪B | 1110000010111010111000001110010001000010 | e0bae0e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)