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 | î³óÄW | 1110111010110011111100111100010001010111 | eeb3f3c457 |
SJIS-WIN | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
EUC-JP | î?óÄW | 1000111110101011110000100011111110001111101010111101000110001111101010101010001101010111 | 8fabc23f8fabd18faaa357 |
UTF-8 | î³óÄW | 110000111010111011000010101100111100001110110011110000111000010001010111 | c3aec2b3c3b3c38457 |
UHC | ?³??W | 001111111010100111111000001111110011111101010111 | 3fa9f83f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)