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 | ??N^ | 00111111001111110100111001011110 | 3f3f4e5e |
SJIS-WIN | 偲而N^ | 100011101100001110001110101001110100111001011110 | 8ec38ea74e5e |
EUC-JP | 偲而N^ | 101111001100010110111100101010010100111001011110 | bcc5bca94e5e |
UTF-8 | 偲而N^ | 1110010110000001101100101110100010000000100011000100111001011110 | e581b2e8808c4e5e |
UHC | ?而N^ | 0011111111101100101110110100111001011110 | 3fecbb4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)