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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 也?(鎰 | 10010110111001110011111110000001011010011110100001001100 | 96e73f8169e84c |
EUC-JP | 也?(鎰 | 11001100111010010011111110100001110010101110111110101101 | cce93fa1caefad |
UTF-8 | 也㏓(鎰 | 111001001011100110011111111000111000111110010011111011111011110010001000111010011000111010110000 | e4b99fe38f93efbc88e98eb0 |
UHC | 也㏓(鎰 | 1110010110100101101001111110101110100011101010001110110011110000 | e5a5a7eba3a8ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)