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 | 雹器誠 | 111010001011100110001010111011011001000010111101 | e8b98aed90bd |
EUC-JP | 雹器誠 | 111100001011101110110100111011111100000010111111 | f0bbb4efc0bf |
UTF-8 | 雹器誠 | 111010011001101110111001111001011001100110101000111010001010101010100000 | e99bb9e599a8e8aaa0 |
UHC | 雹器誠 | 110110101101111111010000111011111110000110100100 | dadfd0efe1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)