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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?紈???B | 0011111110001111110100111100110100111111001111110011111101000010 | 3f8fd3cd3f3f3f42 |
UTF-8 | 뤗紈햶형셉B | 11101011101001001001011111100111101101001000100011101101100101101011011011101101100110001001010111101100100001011000100101000010 | eba497e7b488ed96b6ed9895ec858942 |
UHC | 뤗紈햶형셉B | 1000111111000111111111001011110011000001100011111100011111111100101111001100000101000010 | 8fc7fcbcc18fc7fcbcc142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)