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 | 1001000101000010100111001001011001001111 | 91429c964f |
EUC-JP | 腺恂O | 1100000110100011110101111111011001001111 | c1a3d7f64f |
UTF-8 | 腺恂O | 11101000100001011011101011100110100000011000001001001111 | e885bae681824f |
UHC | 腺恂O | 1110000011001101111000101110000101001111 | e0cde2e14f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)