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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羞我嵯 | 111000111011010110001001111001001000110110110101 | e3b589e48db5 |
EUC-JP | 羞我嵯 | 111001101011011110110010111001101011101010110111 | e6b7b2e6bab7 |
UTF-8 | 羞我嵯 | 111001111011111010011110111001101000100010010001111001011011010110101111 | e7be9ee68891e5b5af |
UHC | 羞我嵯 | 111000101011101011100100101100101111001110101011 | e2bae4b2f3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)