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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諡帶サキ | 111001101000101110011011111001101011101110110111 | e68b9be6bbb7 |
EUC-JP | 諡帶サキ | 1110101111101011110101101110100010001110101110111000111010110111 | ebebd6e88ebb8eb7 |
UTF-8 | 諡帶サキ | 111010001010101110100001111001011011100010110110111011111011110110111011111011111011110110110111 | e8aba1e5b8b6efbdbbefbdb7 |
UHC | 諡帶?? | 111000111100110111010011111000010011111100111111 | e3cdd3e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)