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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 単属狸誰 | 1001001001010000100100011010111010010010010010111001001001001110 | 925091ae924b924e |
EUC-JP | 単属狸誰 | 1100001110110001110000101011000011000011101011001100001110101111 | c3b1c2b0c3acc3af |
UTF-8 | 単属狸誰 | 111001011000110110011000111001011011000110011110111001111000101110111000111010001010101010110000 | e58d98e5b19ee78bb8e8aab0 |
UHC | ??狸誰 | 001111110011111111010111111000011110001011000001 | 3f3fd7e1e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)