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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 楯?譬B | 100011110111110000111111111001101010000001000010 | 8f7c3fe6a042 |
EUC-JP | 楯?譬B | 101111011101110100111111111011001010001001000010 | bddd3feca242 |
UTF-8 | 楯랖譬B | 11100110101001011010111111101011100111101001011011101000101011011010110001000010 | e6a5afeb9e96e8adac42 |
UHC | 楯랖譬B | 11100010111001001011011011111101110111101010011101000010 | e2e4b6fddea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)