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 | ??2蒻 | 001111110011111110000010010100011110010011101000 | 3f3f8251e4e8 |
EUC-JP | 旿?2蒻 | 1000111111000001111101000011111110100011101100101110100011101010 | 8fc1f43fa3b2e8ea |
UTF-8 | 旿딃2蒻 | 111001101001011110111111111010111001010010000011111011111011110010010010111010001001001010111011 | e697bfeb9483efbc92e892bb |
UHC | 旿딃2蒻 | 1110011111111010100010101110100110100011101100101110010110110110 | e7fa8ae9a3b2e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)