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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????共班 | 0011111100111111001111110011111110001011101001001001010011000111 | 3f3f3f3f8ba494c7 |
EUC-JP | 岵???共班 | 10001111101110111011011100111111001111110011111110110110101001101100100011001001 | 8fbbb73f3f3fb6a6c8c9 |
UTF-8 | 岵롈뤉톻共班 | 111001011011001010110101111010111010000110001000111010111010010010001001111011011000011010111011111001011000010110110001111001111000111110101101 | e5b2b5eba188eba489ed86bbe585b1e78fad |
UHC | 岵롈뤉톻共班 | 111110111100000010001110110011101000111110111001101101111000111011001101111011001101101011101100 | fbc08ece8fb9b78ecdecdaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)