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 | ?鷺 | 001111111000110111101011 | 3f8deb |
EUC-JP | ?鷺 | 001111111011101011101101 | 3fbaed |
UTF-8 | 뤒鷺 | 111010111010010010010010111010011011011110111010 | eba492e9b7ba |
UHC | 뤒鷺 | 10001111110000101101011011011100 | 8fc2d6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)