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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 鋠ミ鰛ァd | 11111011110101011101000011101001110110101010011101100100 | fbd5d0e9daa764 |
EUC-JP | 鋠ミ鰛ァd | 10001111111001001100011110001110110100001111001011011100100011101010011101100100 | 8fe4c78ed0f2dc8ea764 |
UTF-8 | 鋠ミ鰛ァd | 11101001100010111010000011101111101111101001000011101001101100001001101111101111101111011010011101100100 | e98ba0efbe90e9b09befbda764 |
UHC | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)