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 | 閭м閭к^ | 111010001000001110000100011111011110100010000011100001000111101101011110 | e883847de883847b5e |
EUC-JP | 閭м閭к^ | 111011111110001110100111110111101110111111100011101001111101110001011110 | efe3a7deefe3a7dc5e |
UTF-8 | 閭м閭к^ | 1110100110010110101011011101000010111100111010011001011010101101110100001011101001011110 | e996add0bce996add0ba5e |
UHC | 閭м閭к^ | 110101011110111110101100110111101101010111101111101011001101110001011110 | d5efacded5efacdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)