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 | 沮蝎? | 1001111110011100111001011001100100111111 | 9f9ce5993f |
EUC-JP | 沮蝎? | 1101110111111100111010011111100100111111 | ddfce9f93f |
UTF-8 | 沮蝎렲 | 111001101011001010101110111010001001110110001110111010111010000010110010 | e6b2aee89d8eeba0b2 |
UHC | 沮蝎렲 | 111011101100000111001010111010011000111010111111 | eec1cae98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)