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 | 柚? | 100101110100110100111111 | 974d3f |
EUC-JP | 柚? | 110011011010111000111111 | cdae3f |
UTF-8 | 柚쌗 | 111001101001111110011010111011001000110010010111 | e69f9aec8c97 |
UHC | 柚쌗 | 11101010111101101001101101000101 | eaf69b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)