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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 財?}B | 1000110111100000001111110111110101000010 | 8de03f7d42 |
EUC-JP | 財?}B | 1011101011100010001111110111110101000010 | bae23f7d42 |
UTF-8 | 財렒}B | 1110100010110010101000011110101110100000100100100111110101000010 | e8b2a1eba0927d42 |
UHC | 財렒}B | 111011101010111110001110101001110111110101000010 | eeaf8ea77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)