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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 辿狸x | 1001001001001000100100100100101101111000 | 9248924b78 |
EUC-JP | 辿狸x | 1100001110101001110000111010110001111000 | c3a9c3ac78 |
UTF-8 | 辿狸x | 11101000101111101011111111100111100010111011100001111000 | e8bebfe78bb878 |
UHC | ?狸x | 00111111110101111110000101111000 | 3fd7e178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)