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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 顋穂サ呵。キ | 111010001111100110010101111001001011101110011001111010001010000110110111 | e8f995e4bb99e8a1b7 |
| EUC-JP | 顋穂サ呵。キ | 111100001111101111001010111001101000111010111011110100101110101010001110101000011000111010110111 | f0fbcae68ebbd2ea8ea18eb7 |
| UTF-8 | 顋穂サ呵。キ | 111010011010000110001011111001111010100110000010111011111011110110111011111001011001000110110101111011111011110110100001111011111011110110110111 | e9a18be7a982efbdbbe591b5efbda1efbdb7 |
| UHC | ???呵?? | 00111111001111110011111111001010101001110011111100111111 | 3f3f3fcaa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)