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 | \」\∝ | 1000000101011111100000010111011010000001010111111000000111100101 | 815f8176815f81e5 |
EUC-JP | \」\∝ | 1010000111000000101000011101011110100001110000001010001011100111 | a1c0a1d7a1c0a2e7 |
UTF-8 | \」\∝ | 111011111011110010111100111000111000000010001101111011111011110010111100111000101000100010011101 | efbcbce3808defbcbce2889d |
UHC | \」\∝ | 1010000110101100101000011011100110100001101011001010000111110000 | a1aca1b9a1aca1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)