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 | ???榮??^ | 0011111100111111001111111001111011000100001111110011111101011110 | 3f3f3f9ec43f3f5e |
EUC-JP | ???榮??^ | 0011111100111111001111111101110011000110001111110011111101011110 | 3f3f3fdcc63f3f5e |
UTF-8 | 凉듬젣榮녿젩^ | 11101111101001011011100111101011100100111010110011101100101000001010001111100110101001101010111011101011100001011011111111101100101000001010100101011110 | efa5b9eb93aceca0a3e6a6aeeb85bfeca0a95e |
UHC | 凉듬젣榮녿젩^ | 11100101101111001011010111101011101000001001110011100111101101001000011011101011101000001010000101011110 | e5bcb5eba09ce7b486eba0a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)