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 | Þ÷í»úå | 110111101111011111101101101110111111101011100101 | def7edbbfae5 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | Þ÷í?úå | 100011111010100110110000101000011110000010001111101010111011111100111111100011111010101111100010100011111010101110101001 | 8fa9b0a1e08fabbf3f8fabe28faba9 |
UTF-8 | Þ÷í»úå | 110000111001111011000011101101111100001110101101110000101011101111000011101110101100001110100101 | c39ec3b7c3adc2bbc3bac3a5 |
UHC | Þ÷???? | 1010100010101101101000011100000000111111001111110011111100111111 | a8ada1c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)