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 | 鰾鹿昭 | 111010011110001010001110101011011000111110111010 | e9e28ead8fba |
EUC-JP | 鰾鹿昭 | 111100101110010010111100101011111011111010111100 | f2e4bcafbebc |
UTF-8 | 鰾鹿昭 | 111010011011000010111110111010011011100110111111111001101001100010101101 | e9b0bee9b9bfe698ad |
UHC | ?鹿昭 | 0011111111010110111000111110000110111001 | 3fd6e3e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)