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 | 柚덨 | 111001101001111110011010111010111000110110101000 | e69f9aeb8da8 |
UHC | 柚덨 | 11101010111101101000100101000010 | eaf68942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)