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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 映ι? | 1000100101100110100000111100011100111111 | 896683c73f |
EUC-JP | 映ι? | 1011000111000111101001101100100100111111 | b1c7a6c93f |
UTF-8 | 映ι룤 | 1110011010011000101000001100111010111001111010111010001110100100 | e698a0ceb9eba3a4 |
UHC | 映ι룤 | 111001111011000110100101111010011000111110011101 | e7b1a5e98f9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)