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 | 升??速 | 100011111010000100111111001111111001000110101100 | 8fa13f3f91ac |
EUC-JP | 升??速 | 101111101010001100111111001111111100001010101110 | bea33f3fc2ae |
UTF-8 | 升뚩룲速 | 111001011000110110000111111010111001101010101001111010111010001110110010111010011000000010011111 | e58d87eb9aa9eba3b2e9809f |
UHC | 升뚩룲速 | 1110001110101110100011001110100010001111101001111110000111011100 | e3ae8ce88fa7e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)