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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瞳縞? | 1001001110110101100011101100100000111111 | 93b58ec83f |
EUC-JP | 瞳縞? | 1100011010110111101111001100101000111111 | c6b7bcca3f |
UTF-8 | 瞳縞롛 | 111001111001111010110011111001111011100010011110111010111010000110011011 | e79eb3e7b89eeba19b |
UHC | 瞳縞롛 | 110101001101101011111011110101101000111011011111 | d4dafbd68edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)