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 | 100101110110001100111111100001001011101101000010 | 97633f84bb42 |
EUC-JP | 幼?┰B | 110011011100010000111111101010001011110101000010 | cdc43fa8bd42 |
UTF-8 | 幼꾬┰B | 11100101101110011011110011101010101111101010110011100010100101001011000001000010 | e5b9bceabeace294b042 |
UHC | 幼꾬┰B | 11101010111010101000010011101111101001101011110101000010 | eaea84efa6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)