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 | 凉띷궀凉띸컭^ | 11101111101001011011100111101011100111011011011111101010101101101000000011101111101001011011100111101011100111011011100011101100101110111010110101011110 | efa5b9eb9db7eab680efa5b9eb9db8ecbbad5e |
UHC | 凉띷궀凉띸컭^ | 11100101101111001000110111100110100000101001101111100101101111001000110111100111101100001001001101011110 | e5bc8de6829be5bc8de7b0935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)