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 | 単属狸誰探 | 10010010010100001001000110101110100100100100101110010010010011101001001001010100 | 925091ae924b924e9254 |
EUC-JP | 単属狸誰探 | 11000011101100011100001010110000110000111010110011000011101011111100001110110101 | c3b1c2b0c3acc3afc3b5 |
UTF-8 | 単属狸誰探 | 111001011000110110011000111001011011000110011110111001111000101110111000111010001010101010110000111001101000111010100010 | e58d98e5b19ee78bb8e8aab0e68ea2 |
UHC | ??狸誰探 | 0011111100111111110101111110000111100010110000011111011110101110 | 3f3fd7e1e2c1f7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)