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 | 莟惹嵯 | 111001001010111110001110111001001000110110110101 | e4af8ee48db5 |
EUC-JP | 莟惹嵯 | 111010001011000110111100111001101011101010110111 | e8b1bce6bab7 |
UTF-8 | 莟惹嵯 | 111010001000111010011111111001101000001110111001111001011011010110101111 | e88e9fe683b9e5b5af |
UHC | ?惹嵯 | 0011111111100101101010011111001110101011 | 3fe5a9f3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)