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 | 瞿珱焜 | 111000011101100011100000111111001110000010000011 | e1d8e0fce083 |
EUC-JP | 瞿珱焜 | 111000101101101011100000111111101101111111100011 | e2dae0fedfe3 |
UTF-8 | 瞿珱焜 | 111001111001111010111111111001111000111110110001111001111000010010011100 | e79ebfe78fb1e7849c |
UHC | 瞿?? | 11001111101110100011111100111111 | cfba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)