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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 押λ?BF | 10001001100111111000001111001001001111110100001001000110 | 899f83c93f4246 |
EUC-JP | 押λ?BF | 10110010101000011010011011001011001111110100001001000110 | b2a1a6cb3f4246 |
UTF-8 | 押λ젿BF | 11100110100010101011110011001110101110111110110010100000101111110100001001000110 | e68abccebbeca0bf4246 |
UHC | 押λ젿BF | 1110010011100011101001011110101110100000101100010100001001000110 | e4e3a5eba0b14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)