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 | 瞿珱゚ | 1110000111011000111000001111110011011111 | e1d8e0fcdf |
EUC-JP | 瞿珱゚ | 111000101101101011100000111111101000111011011111 | e2dae0fe8edf |
UTF-8 | 瞿珱゚ | 111001111001111010111111111001111000111110110001111011111011111010011111 | e79ebfe78fb1efbe9f |
UHC | 瞿?? | 11001111101110100011111100111111 | cfba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)