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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 誰側蔵棚卒 | 10010010010011101001000110100100100100011010000010010010010010011001000110110010 | 924e91a491a0924991b2 |
EUC-JP | 誰側蔵棚卒 | 11000011101011111100001010100110110000101010001011000011101010101100001010110100 | c3afc2a6c2a2c3aac2b4 |
UTF-8 | 誰側蔵棚卒 | 111010001010101010110000111001011000000110110100111010001001010010110101111001101010001110011010111001011000110110010010 | e8aab0e581b4e894b5e6a39ae58d92 |
UHC | 誰側?棚卒 | 111000101100000111110110101100000011111111011101110111001111000011101111 | e2c1f6b03fdddcf0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)