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 | 襞占洳踟 | 1110010111111100100100001110100010011111101011001110011011110111 | e5fc90e89face6f7 |
EUC-JP | 襞占洳踟 | 1110101011111110110000001110101011011110101011101110110011111001 | eafec0eadeaeecf9 |
UTF-8 | 襞占洳踟 | 111010001010010110011110111001011000110110100000111001101011010010110011111010001011100010011111 | e8a59ee58da0e6b4b3e8b89f |
UHC | ?占?? | 0011111111101111101111110011111100111111 | 3fefbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)