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 | 邉藁 | 11100111101100111001100001101101 | e7b3986d |
EUC-JP | 邉藁 | 11101110101101011100111111001110 | eeb5cfce |
UTF-8 | 邉藁 | 111010011000001010001001111010001001011110000001 | e98289e89781 |
UHC | ?藁 | 001111111100110111001011 | 3fcdcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)