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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 但淡鱈 | 100100100100000110010010010101111001001001001100 | 92419257924c |
EUC-JP | 但淡鱈 | 110000111010001011000011101110001100001110101101 | c3a2c3b8c3ad |
UTF-8 | 但淡鱈 | 111001001011110110000110111001101011011110100001111010011011000110001000 | e4bd86e6b7a1e9b188 |
UHC | 但淡? | 1101001110100011110100111011111100111111 | d3a3d3bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)