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 | ä÷å | 1110010011110111100011101110010110010111 | e4f78ee597 |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | ä÷?å? | 10001111101010111010001110100001111000000011111110001111101010111010100100111111 | 8faba3a1e03f8faba93f |
UTF-8 | ä÷å | 11000011101001001100001110110111110000101000111011000011101001011100001010010111 | c3a4c3b7c28ec3a5c297 |
UHC | ?÷??? | 001111111010000111000000001111110011111100111111 | 3fa1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)