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 | 轣シ訷ォ隴 | 1110011110000001101111001111101110100100101010111110100010101101 | e781bcfba4abe8ad |
EUC-JP | 轣シ訷ォ隴 | 1110110111100001100011101011110010001111110111011101010010001110101010111111000010101111 | ede18ebc8fddd48eabf0af |
UTF-8 | 轣シ訷ォ隴 | 111010001011110110100011111011111011110110111100111010001010100010110111111011111011110110101011111010011001101010110100 | e8bda3efbdbce8a8b7efbdabe99ab4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)