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 | à÷èÊè² | 111000001111011111101000110010101110100010110010 | e0f7e8cae8b2 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | à÷èÊè? | 100011111010101110100010101000011110000010001111101010111011001010001111101010101011010010001111101010111011001000111111 | 8faba2a1e08fabb28faab48fabb23f |
UTF-8 | à÷èÊè² | 110000111010000011000011101101111100001110101000110000111000101011000011101010001100001010110010 | c3a0c3b7c3a8c38ac3a8c2b2 |
UHC | ?÷???² | 0011111110100001110000000011111100111111001111111010100111110111 | 3fa1c03f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)