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 | ½ôâò£îµ¼ | 1011110111110100111000101111001010100011111011101011010110111100 | bdf4e2f2a3eeb5bc |
SJIS-WIN | ????£??? | 001111110011111100111111001111111000000110010010001111110011111100111111 | 3f3f3f3f81923f3f3f |
EUC-JP | ?ôâò£î?? | 0011111110001111101010111101010010001111101010111010010010001111101010111101001010100001111100101000111110101011110000100011111100111111 | 3f8fabd48faba48fabd2a1f28fabc23f3f |
UTF-8 | ½ôâò£îµ¼ | 11000010101111011100001110110100110000111010001011000011101100101100001010100011110000111010111011000010101101011100001010111100 | c2bdc3b4c3a2c3b2c2a3c3aec2b5c2bc |
UHC | ½??????¼ | 10101000111101100011111100111111001111110011111100111111001111111010100011111001 | a8f63f3f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)