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 | 荼阜 | 11100100101101101001010110001100 | e4b6958c |
EUC-JP | 荼阜 | 11101000101110001100100111101100 | e8b8c9ec |
UTF-8 | 荼阜 | 111010001000110110111100111010011001100010011100 | e88dbce9989c |
UHC | ?阜 | 001111111101110110111101 | 3fddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)