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 | ネ靜ァ | 111110011010001111001000111010001100111010100111 | f9a3c8e8cea7 |
EUC-JP | ?ネ靜ァ | 00111111100011101100100011110000110100001000111010100111 | 3f8ec8f0d08ea7 |
UTF-8 | ネ靜ァ | 111011101001101110111110111011111011111010001000111010011001110110011100111011111011110110100111 | ee9bbeefbe88e99d9cefbda7 |
UHC | ??靜? | 0011111100111111111100001010000100111111 | 3f3ff0a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)