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 | 蝪駆桃 | 111001011010000110001011111011001001001110001101 | e5a18bec938d |
EUC-JP | 蝪駆桃 | 111010101010001110110110111011101100010111101101 | eaa3b6eec5ed |
UTF-8 | 蝪駆桃 | 111010001001110110101010111010011010011110000110111001101010000110000011 | e89daae9a786e6a183 |
UHC | ??桃 | 00111111001111111101001111111110 | 3f3fd3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)