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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ス羶緝 | 1011110111100011101111011110001101101000 | bde3bde368 |
EUC-JP | ス羶緝 | 100011101011110111100110101111111110010111001001 | 8ebde6bfe5c9 |
UTF-8 | ス羶緝 | 111011111011110110111101111001111011111010110110111001111011011110011101 | efbdbde7beb6e7b79d |
UHC | ??緝 | 00111111001111111111001011111101 | 3f3ff2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)