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 | 迭? | 100100110101001000111111 | 93523f |
EUC-JP | 迭? | 110001011011001100111111 | c5b33f |
UTF-8 | 迭롗 | 111010001011111110101101111010111010000110010111 | e8bfadeba197 |
UHC | 迭롗 | 11110010111101111000111011011011 | f2f78edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)