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 | 贈??贈??^ | 100100011010000100111111001111111001000110100001001111110011111101011110 | 91a13f3f91a13f3f5e |
EUC-JP | 贈??贈??^ | 110000101010001100111111001111111100001010100011001111110011111101011110 | c2a33f3fc2a33f3f5e |
UTF-8 | 贈쇰딧贈쇰딧^ | 11101000101101001000100011101100100001111011000011101011100101001010011111101000101101001000100011101100100001111011000011101011100101001010011101011110 | e8b488ec87b0eb94a7e8b488ec87b0eb94a75e |
UHC | 贈쇰딧贈쇰딧^ | 11110001111111001011110011101011101101011111011111110001111111001011110011101011101101011111011101011110 | f1fcbcebb5f7f1fcbcebb5f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)