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 | ¼Å¼§t^ | 101111001100010110111100101001110111010001011110 | bcc5bca7745e |
SJIS-WIN | ???§t^ | 00111111001111110011111110000001100110000111010001011110 | 3f3f3f8198745e |
EUC-JP | ?Å?§t^ | 001111111000111110101010101010010011111110100001111110000111010001011110 | 3f8faaa93fa1f8745e |
UTF-8 | ¼Å¼§t^ | 11000010101111001100001110000101110000101011110011000010101001110111010001011110 | c2bcc385c2bcc2a7745e |
UHC | ¼?¼§t^ | 101010001111100100111111101010001111100110100001110101110111010001011110 | a8f93fa8f9a1d7745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)