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 | ?Y?C | 00111111010110010011111101000011 | 3f593f43 |
SJIS-WIN | 達Y但C | 100100100100001001011001100100100100000101000011 | 924259924143 |
EUC-JP | 達Y但C | 110000111010001101011001110000111010001001000011 | c3a359c3a243 |
UTF-8 | 達Y但C | 1110100110000001100101000101100111100100101111011000011001000011 | e9819459e4bd8643 |
UHC | 達Y但C | 110100111011100101011001110100111010001101000011 | d3b959d3a343 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)