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 | ½¥LB | 10111101101001010100110001000010 | bda54c42 |
SJIS-WIN | ?¥LB | 0011111110000001100011110100110001000010 | 3f818f4c42 |
EUC-JP | ??LB | 00111111001111110100110001000010 | 3f3f4c42 |
UTF-8 | ½¥LB | 110000101011110111000010101001010100110001000010 | c2bdc2a54c42 |
UHC | ½?LB | 1010100011110110001111110100110001000010 | a8f63f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)