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 | 釈示 | 100011101101111111110011111010101000111010100110 | 8edff3ea8ea6 |
EUC-JP | 釈?示 | 1011110011100001001111111011110010101000 | bce13fbca8 |
UTF-8 | 釈示 | 111010011000011110001000111011101000101110011101111001111010010010111010 | e98788ee8b9de7a4ba |
UHC | ??示 | 00111111001111111110001111000110 | 3f3fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)