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 | 顏俯摯籥 | 1110100011111000100110001110101110011101100101011110001011011110 | e8f898eb9d95e2de |
EUC-JP | 顏俯摯籥 | 1111000011111010110100001110110111011001111101011110010011100000 | f0fad0edd9f5e4e0 |
UTF-8 | 顏俯摯籥 | 111010011010000110001111111001001011111110101111111001101001000110101111111001111011000110100101 | e9a18fe4bfafe691afe7b1a5 |
UHC | ?俯摯? | 001111111101110011110110111100101010011100111111 | 3fdcf6f2a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)