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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 眸耡~ | 1110000111000110111000111101001001111110 | e1c6e3d27e |
EUC-JP | 眸耡~ | 1110001011001000111001101101010001111110 | e2c8e6d47e |
UTF-8 | 眸耡~ | 11100111100111001011100011101000100000001010000101111110 | e79cb8e880a17e |
UHC | 眸?~ | 11011001110000100011111101111110 | d9c23f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)