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 | 雉δ | 11101000101100111000001111000010 | e8b383c2 |
EUC-JP | 雉δ | 11110000101101011010011011000100 | f0b5a6c4 |
UTF-8 | 雉δ | 1110100110011011100010011100111010110100 | e99b89ceb4 |
UHC | 雉δ | 11110110110010111010010111100100 | f6cba5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)