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 | è£âÏ | 11101000101000111110001011001111 | e8a3e2cf |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | è£âÏ | 1000111110101011101100101010000111110010100011111010101110100100100011111010101011000001 | 8fabb2a1f28faba48faac1 |
UTF-8 | è£âÏ | 1100001110101000110000101010001111000011101000101100001110001111 | c3a8c2a3c3a2c38f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)