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 | ?于 | 001111111001100010110000 | 3f98b0 |
EUC-JP | ?于 | 001111111101000010110010 | 3fd0b2 |
UTF-8 | 삸于 | 111011001000001010111000111001001011101010001110 | ec82b8e4ba8e |
UHC | 삸于 | 10011000101011111110100111001101 | 98afe9cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)