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 | SDP | 100100100101001110010010010001001001001001010000 | 925392449250 |
SJIS-WIN | ?S?D?P | 001111110101001100111111010001000011111101010000 | 3f533f443f50 |
EUC-JP | ?S?D?P | 001111110101001100111111010001000011111101010000 | 3f533f443f50 |
UTF-8 | SDP | 110000101001001001010011110000101001001001000100110000101001001001010000 | c29253c29244c29250 |
UHC | ?S?D?P | 001111110101001100111111010001000011111101010000 | 3f533f443f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)