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 | ??珸 | 00111111001111111110000011100111 | 3f3fe0e7 |
EUC-JP | ??珸 | 00111111001111111110000011101001 | 3f3fe0e9 |
UTF-8 | 쯼珸 | 11110000101100101000111010110111111011001010111110111100111001111000111110111000 | f0b28eb7ecafbce78fb8 |
UHC | ?쯼? | 00111111101010010111101000111111 | 3fa97a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)