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 | òâÔ¾ | 111100101110001010001110110101001000111110111110 | f2e28ed48fbe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | òâ?Ô?? | 100011111010101111010010100011111010101110100100001111111000111110101010110101000011111100111111 | 8fabd28faba43f8faad43f3f |
UTF-8 | òâÔ¾ | 110000111011001011000011101000101100001010001110110000111001010011000010100011111100001010111110 | c3b2c3a2c28ec394c28fc2be |
UHC | ?????¾ | 00111111001111110011111100111111001111111010100011111010 | 3f3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)