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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 遽・@遽・@B | 111001111010111110100101010000001110011110101111101001010100000001000010 | e7afa540e7afa54042 |
EUC-JP | 遽・@遽・@B | 1110111010110001100011101010010101000000111011101011000110001110101001010100000001000010 | eeb18ea540eeb18ea54042 |
UTF-8 | 遽・@遽・@B | 111010011000000110111101111011111011110110100101010000001110100110000001101111011110111110111101101001010100000001000010 | e981bdefbda540e981bdefbda54042 |
UHC | 遽?@遽?@B | 110010111110100000111111010000001100101111101000001111110100000001000010 | cbe83f40cbe83f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)