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 | 柚됰 | 111001101001111110011010111010111001000010110000 | e69f9aeb90b0 |
UHC | 柚됰 | 11101010111101101000100111101011 | eaf689eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)