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 | 映θ?映 | 10001001011001101000001111000110001111111000100101100110 | 896683c63f8966 |
EUC-JP | 映θ?映 | 10110001110001111010011011001000001111111011000111000111 | b1c7a6c83fb1c7 |
UTF-8 | 映θ뀑映 | 1110011010011000101000001100111010111000111010111000000010010001111001101001100010100000 | e698a0ceb8eb8091e698a0 |
UHC | 映θ뀑映 | 1110011110110001101001011110100010000101100010111110011110110001 | e7b1a5e8858be7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)