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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | ?隣O | 00111111100101111101011101001111 | 3f97d74f |
EUC-JP | ?隣O | 00111111110011101101100101001111 | 3fced94f |
UTF-8 | 젓隣O | 11101100101000001001001111101001100110101010001101001111 | eca093e99aa34f |
UHC | 젓隣O | 1100000110100011110101111111011001001111 | c1a3d7f64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)