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 | 犹霆 | 11100000101110011110100010111011 | e0b9e8bb |
EUC-JP | 犹霆 | 11100000101110111111000010111101 | e0bbf0bd |
UTF-8 | 犹霆 | 111001111000101010111001111010011001110010000110 | e78ab9e99c86 |
UHC | ?霆 | 001111111110111111111101 | 3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)