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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 爵室 | 10001110110111011000111010111010 | 8edd8eba |
EUC-JP | 爵室 | 10111100110111111011110010111100 | bcdfbcbc |
UTF-8 | 爵室 | 111001111000100010110101111001011010111010100100 | e788b5e5aea4 |
UHC | 爵室 | 11101101110010011110001111111000 | edc9e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)