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 | «©¢÷ûP | 10001111101010111010100110100010111101111111101101010000 | 8faba9a2f7fb50 |
SJIS-WIN | ???¢÷?P | 001111110011111100111111100000011001000110000001100000000011111101010000 | 3f3f3f819181803f50 |
EUC-JP | ??©¢÷ûP | 00111111001111111000111110100010111011011010000111110001101000011110000010001111101010111110010101010000 | 3f3f8fa2eda1f1a1e08fabe550 |
UTF-8 | «©¢÷ûP | 11000010100011111100001010101011110000101010100111000010101000101100001110110111110000111011101101010000 | c28fc2abc2a9c2a2c3b7c3bb50 |
UHC | ????÷?P | 0011111100111111001111110011111110100001110000000011111101010000 | 3f3f3f3fa1c03f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)