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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???滎 | 001111110011111100111111100011111100100010111001 | 3f3f3f8fc8b9 |
UTF-8 | 롏롗롃滎 | 111010111010000110001111111010111010000110010111111010111010000110000011111001101011101110001110 | eba18feba197eba183e6bb8e |
UHC | 롏롗롃滎 | 1000111011010101100011101101101110001110110010101111101110100011 | 8ed58edb8ecafba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)