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 | 雪誓 | 10010000111000011001000010111110 | 90e190be |
EUC-JP | 雪誓 | 11000000111000111100000011000000 | c0e3c0c0 |
UTF-8 | 雪誓 | 111010011001101110101010111010001010101010010011 | e99baae8aa93 |
UHC | 雪誓 | 11100000111001001110000010100101 | e0e4e0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)