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 | 轣シ訷ッ蟆 | 1110011110000001101111001111101110100100101011111110010110110000 | e781bcfba4afe5b0 |
EUC-JP | 轣シ訷ッ蟆 | 1110110111100001100011101011110010001111110111011101010010001110101011111110101010110010 | ede18ebc8fddd48eafeab2 |
UTF-8 | 轣シ訷ッ蟆 | 111010001011110110100011111011111011110110111100111010001010100010110111111011111011110110101111111010001001111110000110 | e8bda3efbdbce8a8b7efbdafe89f86 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)