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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟾厭蟾閲^ | 111001011011011110001001011111011110010110110111100010010111101101011110 | e5b7897de5b7897b5e |
EUC-JP | 蟾厭蟾閲^ | 111010101011100110110001110111101110101010111001101100011101110001011110 | eab9b1deeab9b1dc5e |
UTF-8 | 蟾厭蟾閲^ | 11101000100111111011111011100101100011101010110111101000100111111011111011101001100101101011001001011110 | e89fbee58eade89fbee996b25e |
UHC | 蟾厭蟾?^ | 1110000011101010111001101111010011100000111010100011111101011110 | e0eae6f4e0ea3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)