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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟾仙族蓼 | 1110010110110111100100001110010110010001101100001110010011111000 | e5b790e591b0e4f8 |
EUC-JP | 蟾仙族蓼 | 1110101010111001110000001110011111000010101100101110100011111010 | eab9c0e7c2b2e8fa |
UTF-8 | 蟾仙族蓼 | 111010001001111110111110111001001011101110011001111001101001011110001111111010001001001110111100 | e89fbee4bb99e6978fe893bc |
UHC | 蟾仙族蓼 | 1110000011101010111000001011100111110000111010011101011011111110 | e0eae0b9f0e9d6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)