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 | 捻뀀뜾捻뀀뜾^ | 11101111101001101010010011101011100000001000000011101011100111001011111011101111101001101010010011101011100000001000000011101011100111001011111001011110 | efa6a4eb8080eb9cbeefa6a4eb8080eb9cbe5e |
UHC | 捻뀀뜾捻뀀뜾^ | 11100110111101111011001011101011100011011011100111100110111101111011001011101011100011011011100101011110 | e6f7b2eb8db9e6f7b2eb8db95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)