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 | 。爐フ。爍 | 10100001111000001010001011001100101000011110000010100001 | a1e0a2cca1e0a1 |
EUC-JP | 。爐フ。爍 | 10001110101000011110000010100100100011101100110010001110101000011110000010100011 | 8ea1e0a48ecc8ea1e0a3 |
UTF-8 | 。爐フ。爍 | 111011111011110110100001111001111000100010010000111011111011111010001100111011111011110110100001111001111000100010001101 | efbda1e78890efbe8cefbda1e7888d |
UHC | ?爐??? | 001111111101011011010011001111110011111100111111 | 3fd6d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)