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 | 100011101110001100111111001111110100001001000110 | 8ee33f3f4246 |
EUC-JP | 弱??BF | 101111001110010100111111001111110100001001000110 | bce53f3f4246 |
UTF-8 | 弱낁뿺BF | 1110010110111100101100011110101110000010100000011110101110111111101110100100001001000110 | e5bcb1eb8281ebbfba4246 |
UHC | 弱낁뿺BF | 1110010110110000100001011110100010010111101110100100001001000110 | e5b085e897ba4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)