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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 鐔誌住@B | 1110100001011100100011101000111110001111010110100100000001000010 | e85c8e8f8f5a4042 |
EUC-JP | 鐔誌住@B | 1110111110111101101110111110111110111101101110110100000001000010 | efbdbbefbdbb4042 |
UTF-8 | 鐔誌住@B | 1110100110010000100101001110100010101010100011001110010010111101100011110100000001000010 | e99094e8aa8ce4bd8f4042 |
UHC | ?誌住@B | 00111111111100101011110011110001101011000100000001000010 | 3ff2bcf1ac4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)