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 | Ó¹÷£^ | 1101001110111001111101111010001101011110 | d3b9f7a35e |
SJIS-WIN | ??÷£^ | 00111111001111111000000110000000100000011001001001011110 | 3f3f818081925e |
EUC-JP | Ó?÷£^ | 100011111010101011010001001111111010000111100000101000011111001001011110 | 8faad13fa1e0a1f25e |
UTF-8 | Ó¹÷£^ | 110000111001001111000010101110011100001110110111110000101010001101011110 | c393c2b9c3b7c2a35e |
UHC | ?¹÷?^ | 00111111101010011111011010100001110000000011111101011110 | 3fa9f6a1c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)