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 | äî©ì | 111001001110111010101001111011001001110110010100 | e4eea9ec9d94 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äî©ì?? | 1000111110101011101000111000111110101011110000101000111110100010111011011000111110101011110000000011111100111111 | 8faba38fabc28fa2ed8fabc03f3f |
UTF-8 | äî©ì | 110000111010010011000011101011101100001010101001110000111010110011000010100111011100001010010100 | c3a4c3aec2a9c3acc29dc294 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)