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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隹キ轤ュ赳 | 1110100010110000101101111110011110000010101011011110011011100000 | e8b0b7e782ade6e0 |
EUC-JP | 隹キ轤ュ赳 | 11110000101100101000111010110111111011011110001010001110101011011110110011100010 | f0b28eb7ede28eadece2 |
UTF-8 | 隹キ轤ュ赳 | 111010011001101010111001111011111011110110110111111010001011110110100100111011111011110110101101111010001011010110110011 | e99ab9efbdb7e8bda4efbdade8b5b3 |
UHC | ????赳 | 001111110011111100111111001111111101000010101111 | 3f3f3f3fd0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)