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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 楯楯B | 1000111101111100100011110111110001000010 | 8f7c8f7c42 |
EUC-JP | 楯楯B | 1011110111011101101111011101110101000010 | bdddbddd42 |
UTF-8 | 楯楯B | 11100110101001011010111111100110101001011010111101000010 | e6a5afe6a5af42 |
UHC | 楯楯B | 1110001011100100111000101110010001000010 | e2e4e2e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)