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 | 但淡鱈端贈 | 10010010010000011001001001010111100100100100110010010010010110111001000110100001 | 92419257924c925b91a1 |
EUC-JP | 但淡鱈端贈 | 11000011101000101100001110111000110000111010110111000011101111001100001010100011 | c3a2c3b8c3adc3bcc2a3 |
UTF-8 | 但淡鱈端贈 | 111001001011110110000110111001101011011110100001111010011011000110001000111001111010101110101111111010001011010010001000 | e4bd86e6b7a1e9b188e7abafe8b488 |
UHC | 但淡?端贈 | 110100111010001111010011101111110011111111010011101011101111000111111100 | d3a3d3bf3fd3aef1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)