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 | Þ÷ì¹ | 11011110111101111110110010111001 | def7ecb9 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | Þ÷ì? | 100011111010100110110000101000011110000010001111101010111100000000111111 | 8fa9b0a1e08fabc03f |
UTF-8 | Þ÷ì¹ | 1100001110011110110000111011011111000011101011001100001010111001 | c39ec3b7c3acc2b9 |
UHC | Þ÷?¹ | 10101000101011011010000111000000001111111010100111110110 | a8ada1c03fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)