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 | 覃? | 111001100100100000111111 | e6483f |
EUC-JP | 覃? | 111010111010100100111111 | eba93f |
UTF-8 | 覃롛 | 111010001010011010000011111010111010000110011011 | e8a683eba19b |
UHC | 覃롛 | 11010011110001111000111011011111 | d3c78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)