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 | 踈罷正 | 111001101111000110010100111010111001000010110011 | e6f194eb90b3 |
EUC-JP | 踈罷正 | 111011001111001111001000111011011100000010110101 | ecf3c8edc0b5 |
UTF-8 | 踈罷正 | 111010001011100010001000111001111011110110110111111001101010110110100011 | e8b888e7bdb7e6ada3 |
UHC | ?罷正 | 0011111111110111111100111110111111100001 | 3ff7f3efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)