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 | 薰夂庶 | 111110111001111010011010111001111000111110001110 | fb9e9ae78f8e |
EUC-JP | ?夂庶 | 0011111111010100111010011011110111101110 | 3fd4e9bdee |
UTF-8 | 薰夂庶 | 111010001001011010110000111001011010010010000010111001011011101010110110 | e896b0e5a482e5bab6 |
UHC | 薰?庶 | 1111110110111001001111111101111111101110 | fdb93fdfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)