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 | 溪圻 | 10011111111000101001101010101011 | 9fe29aab |
EUC-JP | 溪圻 | 11011110111001001101010010101101 | dee4d4ad |
UTF-8 | 溪圻 | 111001101011101010101010111001011001110010111011 | e6baaae59cbb |
UHC | 溪圻 | 11001101101000101101000011110000 | cda2d0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)