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 | ??夭 | 00111111001111111001101011101110 | 3f3f9aee |
EUC-JP | ?璜夭 | 001111111000111111001100110110001101010011110000 | 3f8fccd8d4f0 |
UTF-8 | 뤈璜夭 | 111010111010010010001000111001111001001010011100111001011010010010101101 | eba488e7929ce5a4ad |
UHC | 뤈璜夭 | 100011111011100011111100110101001110100011101100 | 8fb8fcd4e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)