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 | ?xO | 001111110111100001001111 | 3f784f |
SJIS-WIN | 脱xO | 10010010010001010111100001001111 | 9245784f |
EUC-JP | 脱xO | 11000011101001100111100001001111 | c3a6784f |
UTF-8 | 脱xO | 1110100010000100101100010111100001001111 | e884b1784f |
UHC | ?xO | 001111110111100001001111 | 3f784f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)