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 | ÈÚ~ | 10001111110010001101101001111110 | 8fc8da7e |
SJIS-WIN | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
EUC-JP | ?ÈÚ~ | 0011111110001111101010101011001010001111101010101110001001111110 | 3f8faab28faae27e |
UTF-8 | ÈÚ~ | 11000010100011111100001110001000110000111001101001111110 | c28fc388c39a7e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)