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 | û¥ç£è£ | 1111101110011101101001011110011110100011100000011110100010100011 | fb9da5e7a381e8a3 |
SJIS-WIN | ??¥?£??£ | 0011111100111111100000011000111100111111100000011001001000111111001111111000000110010010 | 3f3f818f3f81923f3f8192 |
EUC-JP | û??ç£?è£ | 10001111101010111110010100111111001111111000111110101011101011101010000111110010001111111000111110101011101100101010000111110010 | 8fabe53f3f8fabaea1f23f8fabb2a1f2 |
UTF-8 | û¥ç£è£ | 11000011101110111100001010011101110000101010010111000011101001111100001010100011110000101000000111000011101010001100001010100011 | c3bbc29dc2a5c3a7c2a3c281c3a8c2a3 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)