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 | セャ篠治 | 101111101010110010001110110000101000111010100001 | beac8ec28ea1 |
EUC-JP | セャ篠治 | 1000111010111110100011101010110010111100110001001011110010100011 | 8ebe8eacbcc4bca3 |
UTF-8 | セャ篠治 | 111011111011110110111110111011111011110110101100111001111010111110100000111001101011001010111011 | efbdbeefbdace7afa0e6b2bb |
UHC | ??篠治 | 001111110011111111100001110001101111011010111101 | 3f3fe1c6f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)