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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 汐霄エゼ | 1111000010110011100011101010110011101000101110101011010011110001100011101011111011011110 | f0b38eace8bab4f18ebede |
EUC-JP | ?汐霄エ?ゼ | 001111111011110010101110111100001011110010001110101101000011111110001110101111101000111011011110 | 3fbcaef0bc8eb43f8ebe8ede |
UTF-8 | 汐霄エゼ | 111011101000000110110010111001101011000110010000111010011001110010000100111011111011110110110100111011101000010010001001111011111011110110111110111011111011111010011110 | ee81b2e6b190e99c84efbdb4ee8489efbdbeefbe9e |
UHC | ?汐????? | 0011111111100000101100010011111100111111001111110011111100111111 | 3fe0b13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)