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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | エ簑マフ | 1011010011100010110000001100111111001100 | b4e2c0cfcc |
EUC-JP | エ簑マフ | 1000111010110100111001001100001010001110110011111000111011001100 | 8eb4e4c28ecf8ecc |
UTF-8 | エ簑マフ | 111011111011110110110100111001111011000010010001111011111011111010001111111011111011111010001100 | efbdb4e7b091efbe8fefbe8c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)