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 | 隹叱 | 11101000101100001000111010110110 | e8b08eb6 |
EUC-JP | 隹叱 | 11110000101100101011110010111000 | f0b2bcb8 |
UTF-8 | 隹叱 | 111010011001101010111001111001011000111110110001 | e99ab9e58fb1 |
UHC | ?叱 | 001111111111001011101010 | 3ff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)