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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 連욤럷連욤럷^ | 11101111101001101001101011101100100110101010010011101011100111111011011111101111101001101001101011101100100110101010010011101011100111111011011101011110 | efa69aec9aa4eb9fb7efa69aec9aa4eb9fb75e |
UHC | 連욤럷連욤럷^ | 11100110111001101011111111101000100011101001011011100110111001101011111111101000100011101001011001011110 | e6e6bfe88e96e6e6bfe88e965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)