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 | 指??指??^ | 100011100111011100111111001111111000111001110111001111110011111101011110 | 8e773f3f8e773f3f5e |
EUC-JP | 指??指??^ | 101110111101100000111111001111111011101111011000001111110011111101011110 | bbd83f3fbbd83f3f5e |
UTF-8 | 指댈깩指댈깩^ | 11100110100011001000011111101011100011001000100011101010101110011010100111100110100011001000011111101011100011001000100011101010101110011010100101011110 | e68c87eb8c88eab9a9e68c87eb8c88eab9a95e |
UHC | 指댈깩指댈깩^ | 11110010101001101011010011101110101100011111101111110010101001101011010011101110101100011111101101011110 | f2a6b4eeb1fbf2a6b4eeb1fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)