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 | è½£éå | 11101000101111011010001111101001100001101000110111100101 | e8bda3e9868de5 |
SJIS-WIN | ??£???? | 0011111100111111100000011001001000111111001111110011111100111111 | 3f3f81923f3f3f3f |
EUC-JP | è?£é??å | 1000111110101011101100100011111110100001111100101000111110101011101100010011111100111111100011111010101110101001 | 8fabb23fa1f28fabb13f3f8faba9 |
UTF-8 | è½£éå | 1100001110101000110000101011110111000010101000111100001110101001110000101000011011000010100011011100001110100101 | c3a8c2bdc2a3c3a9c286c28dc3a5 |
UHC | ?½????? | 0011111110101000111101100011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)