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 | 00111111001111110101111000111111001111110101111001000010 | 3f3f5e3f3f5e42 |
SJIS-WIN | 屡質^屡質^B | 1000111011000110100011101011111101011110100011101100011010001110101111110101111001000010 | 8ec68ebf5e8ec68ebf5e42 |
EUC-JP | 屡質^屡質^B | 1011110011001000101111001100000101011110101111001100100010111100110000010101111001000010 | bcc8bcc15ebcc8bcc15e42 |
UTF-8 | 屡質^屡質^B | 111001011011000110100001111010001011001110101010010111101110010110110001101000011110100010110011101010100101111001000010 | e5b1a1e8b3aa5ee5b1a1e8b3aa5e42 |
UHC | ?質^?質^B | 001111111111001011110101010111100011111111110010111101010101111001000010 | 3ff2f55e3ff2f55e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)