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 | 豸磯坩雍 | 1110011010110110100010001110100110011010101011101110100010110100 | e6b688e99aaee8b4 |
EUC-JP | 豸磯坩雍 | 1110110010111000101100001110101111010100101100001111000010110110 | ecb8b0ebd4b0f0b6 |
UTF-8 | 豸磯坩雍 | 111010001011000110111000111001111010001110101111111001011001110110101001111010011001101110001101 | e8b1b8e7a3afe59da9e99b8d |
UHC | ?磯?雍 | 001111111101000110110100001111111110100010111100 | 3fd1b43fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)