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 | 巐軸昭 | 111110101011011010001110101100101000111110111010 | fab68eb28fba |
EUC-JP | 巐軸昭 | 10001111101110111111100110111100101101001011111010111100 | 8fbbf9bcb4bebc |
UTF-8 | 巐軸昭 | 111001011011011110010000111010001011101110111000111001101001100010101101 | e5b790e8bbb8e698ad |
UHC | ?軸昭 | 0011111111110101111011101110000110111001 | 3ff5eee1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)