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 | 11101001100000101000001011100110100010111011111001000101 | e98282e68bbe45 |
EUC-JP | 驍よ鏡E | 11110001111000101010010011101000101101101100000001000101 | f1e2a4e8b6c045 |
UTF-8 | 驍よ鏡E | 11101001101010011000110111100011100000101000100011101001100011111010000101000101 | e9a98de38288e98fa145 |
UHC | 驍よ鏡E | 11111101101001001010101011101000110011001111000001000101 | fda4aae8ccf045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)