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 | ¹û¿½ | 10111001111110111011111110111101 | b9fbbfbd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?û¿? | 0011111110001111101010111110010110001111101000101100010000111111 | 3f8fabe58fa2c43f |
UTF-8 | ¹û¿½ | 1100001010111001110000111011101111000010101111111100001010111101 | c2b9c3bbc2bfc2bd |
UHC | ¹?¿½ | 10101001111101100011111110100010101011111010100011110110 | a9f63fa2afa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)