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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 鞨よ鏡E | 11101000111000001000001011100110100010111011111001000101 | e8e082e68bbe45 |
EUC-JP | 鞨よ鏡E | 11110000111000101010010011101000101101101100000001000101 | f0e2a4e8b6c045 |
UTF-8 | 鞨よ鏡E | 11101001100111101010100011100011100000101000100011101001100011111010000101000101 | e99ea8e38288e98fa145 |
UHC | 鞨よ鏡E | 11001010111010101010101011101000110011001111000001000101 | caeaaae8ccf045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)