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 | 単綻其鱈 | 1001001001010000100100100101110110010001101101001001001001001100 | 9250925d91b4924c |
EUC-JP | 単綻其鱈 | 1100001110110001110000111011111011000010101101101100001110101101 | c3b1c3bec2b6c3ad |
UTF-8 | 単綻其鱈 | 111001011000110110011000111001111011011010111011111001011000010110110110111010011011000110001000 | e58d98e7b6bbe585b6e9b188 |
UHC | ?綻其? | 001111111111011110101010110100001110110000111111 | 3ff7aad0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)