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 | 鞜冗、シ蟄 | 1110100011011111100011111110011110100100101111001110010110101101 | e8df8fe7a4bce5ad |
EUC-JP | 鞜冗、シ蟄 | 11110000111000011011111011101001100011101010010010001110101111001110101010101111 | f0e1bee98ea48ebceaaf |
UTF-8 | 鞜冗、シ蟄 | 111010011001111010011100111001011000011010010111111011111011110110100100111011111011110110111100111010001001111110000100 | e99e9ce58697efbda4efbdbce89f84 |
UHC | ?冗??蟄 | 00111111111010011011011100111111001111111111011011011110 | 3fe9b73f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)