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 | àv£ã | 111000000111011010010101101000111110001110001000 | e07695a3e388 |
SJIS-WIN | ?v?£?? | 00111111011101100011111110000001100100100011111100111111 | 3f763f81923f3f |
EUC-JP | àv?£ã? | 1000111110101011101000100111011000111111101000011111001010001111101010111010101000111111 | 8faba2763fa1f28fabaa3f |
UTF-8 | àv£ã | 1100001110100000011101101100001010010101110000101010001111000011101000111100001010001000 | c3a076c295c2a3c3a3c288 |
UHC | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)