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 | 止??止??^ | 100011100111111000111111001111111000111001111110001111110011111101011110 | 8e7e3f3f8e7e3f3f5e |
EUC-JP | 止??止??^ | 101110111101111100111111001111111011101111011111001111110011111101011110 | bbdf3f3fbbdf3f3f5e |
UTF-8 | 止쫘렯止쫘렭^ | 11100110101011011010001011101100101010111001100011101011101000001010111111100110101011011010001011101100101010111001100011101011101000001010110101011110 | e6ada2ecab98eba0afe6ada2ecab98eba0ad5e |
UHC | 止쫘렯止쫘렭^ | 11110010101011011100001011010010100011101011110011110010101011011100001011010010100011101011101001011110 | f2adc2d28ebcf2adc2d28eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)