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 | Hç±úÛ | 100100110100100011100111101100011111101011011011 | 9348e7b1fadb |
SJIS-WIN | ?H?±?? | 00111111010010000011111110000001011111010011111100111111 | 3f483f817d3f3f |
EUC-JP | ?Hç±úÛ | 00111111010010001000111110101011101011101010000111011110100011111010101111100010100011111010101011100101 | 3f488fabaea1de8fabe28faae5 |
UTF-8 | Hç±úÛ | 1100001010010011010010001100001110100111110000101011000111000011101110101100001110011011 | c29348c3a7c2b1c3bac39b |
UHC | ?H?±?? | 00111111010010000011111110100001101111100011111100111111 | 3f483fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)