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 | è÷åäù | 1110100011110111100000101110010110010110100111001110010011111001 | e8f782e5969ce4f9 |
SJIS-WIN | ?÷?????? | 001111111000000110000000001111110011111100111111001111110011111100111111 | 3f81803f3f3f3f3f3f |
EUC-JP | è÷?å??äù | 1000111110101011101100101010000111100000001111111000111110101011101010010011111100111111100011111010101110100011100011111010101111100011 | 8fabb2a1e03f8faba93f3f8faba38fabe3 |
UTF-8 | è÷åäù | 11000011101010001100001110110111110000101000001011000011101001011100001010010110110000101001110011000011101001001100001110111001 | c3a8c3b7c282c3a5c296c29cc3a4c3b9 |
UHC | ?÷?????? | 001111111010000111000000001111110011111100111111001111110011111100111111 | 3fa1c03f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)