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 | 叩促蔵束蔵 | 10010010010000001001000110100011100100011010000010010001101010011001000110100000 | 924091a391a091a991a0 |
EUC-JP | 叩促蔵束蔵 | 11000011101000011100001010100101110000101010001011000010101010111100001010100010 | c3a1c2a5c2a2c2abc2a2 |
UTF-8 | 叩促蔵束蔵 | 111001011000111110101001111001001011111110000011111010001001010010110101111001101001110110011111111010001001010010110101 | e58fa9e4bf83e894b5e69d9fe894b5 |
UHC | 叩促?束? | 1100110110110000111101011011010100111111111000011101011000111111 | cdb0f5b53fe1d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)