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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迪エ阡ャ | 111001111000110010110100111010001001010010101100 | e78cb4e894ac |
EUC-JP | 迪エ阡ャ | 1110110111101100100011101011010011101111111101001000111010101100 | edec8eb4eff48eac |
UTF-8 | 迪エ阡ャ | 111010001011111110101010111011111011110110110100111010011001100010100001111011111011110110101100 | e8bfaaefbdb4e998a1efbdac |
UHC | 迪?阡? | 111011101110100000111111111101001100011000111111 | eee83ff4c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)