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 | 祭斑蕪 | 100011011101010110010100110000011001010110010011 | 8dd594c19593 |
EUC-JP | 祭斑蕪 | 101110101101011111001000110000111100100111110011 | bad7c8c3c9f3 |
UTF-8 | 祭斑蕪 | 111001111010010110101101111001101001011010010001111010001001010110101010 | e7a5ade69691e895aa |
UHC | 祭斑蕪 | 111100001010111011011010111010001101100111110011 | f0aedae8d9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)