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業 | 001111110011111110000010010100011000101111000110 | 3f3f82518bc6 |
EUC-JP | 旿?2業 | 1000111111000001111101000011111110100011101100101011011011001000 | 8fc1f43fa3b2b6c8 |
UTF-8 | 旿딃2業 | 111001101001011110111111111010111001010010000011111011111011110010010010111001101010010110101101 | e697bfeb9483efbc92e6a5ad |
UHC | 旿딃2業 | 1110011111111010100010101110100110100011101100101110010111110110 | e7fa8ae9a3b2e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)