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 | æ½å·¢ | 111001101011110110011111111001011011011110100010 | e6bd9fe5b7a2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | æ??å?¢ | 1000111110101001110000010011111100111111100011111010101110101001001111111010000111110001 | 8fa9c13f3f8faba93fa1f1 |
UTF-8 | æ½å·¢ | 110000111010011011000010101111011100001010011111110000111010010111000010101101111100001010100010 | c3a6c2bdc29fc3a5c2b7c2a2 |
UHC | æ½??·? | 101010011010000110101000111101100011111100111111101000011010010000111111 | a9a1a8f63f3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)