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 | î®µî¼ | 111011101010111010001110101101011110111010111100 | eeae8eb5eebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | î®??î? | 100011111010101111000010100011111010001011101110001111110011111110001111101010111100001000111111 | 8fabc28fa2ee3f3f8fabc23f |
UTF-8 | î®µî¼ | 110000111010111011000010101011101100001010001110110000101011010111000011101011101100001010111100 | c3aec2aec28ec2b5c3aec2bc |
UHC | ?®???¼ | 0011111110100010111001110011111100111111001111111010100011111001 | 3fa2e73f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)