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 | û¤è³û¡ | 1111101110011101101001001110100010000000101100111111101110100001 | fb9da4e880b3fba1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û?¤è??û¡ | 100011111010101111100101001111111000111110100010111100001000111110101011101100100011111100111111100011111010101111100101100011111010001011000010 | 8fabe53f8fa2f08fabb23f3f8fabe58fa2c2 |
UTF-8 | û¤è³û¡ | 11000011101110111100001010011101110000101010010011000011101010001100001010000000110000101011001111000011101110111100001010100001 | c3bbc29dc2a4c3a8c280c2b3c3bbc2a1 |
UHC | ??¤??³?¡ | 0011111100111111101000101011010000111111001111111010100111111000001111111010001010101110 | 3f3fa2b43f3fa9f83fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)