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 | ?藁 | 001111111001100001101101 | 3f986d |
EUC-JP | ?藁 | 001111111100111111001110 | 3fcfce |
UTF-8 | 젼藁 | 111011001010000010111100111010001001011110000001 | eca0bce89781 |
UHC | 젼藁 | 11000001101011111100110111001011 | c1afcdcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)