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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 謝邪}B | 100011101101001110001110110101110111110101000010 | 8ed38ed77d42 |
EUC-JP | 謝邪}B | 101111001101010110111100110110010111110101000010 | bcd5bcd97d42 |
UTF-8 | 謝邪}B | 1110100010101100100111011110100110000010101010100111110101000010 | e8ac9de982aa7d42 |
UHC | 謝邪}B | 110111101111001111011110111101110111110101000010 | def3def77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)