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 | 逑罷正 | 111001111001001110010100111010111001000010110011 | e79394eb90b3 |
EUC-JP | 逑罷正 | 111011011111001111001000111011011100000010110101 | edf3c8edc0b5 |
UTF-8 | 逑罷正 | 111010011000000010010001111001111011110110110111111001101010110110100011 | e98091e7bdb7e6ada3 |
UHC | 逑罷正 | 110011111100011111110111111100111110111111100001 | cfc7f7f3efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)