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 | 貔ー雉、雉 | 1110011010111110101100001110100010110011101001001110100010110011 | e6beb0e8b3a4e8b3 |
EUC-JP | 貔ー雉、雉 | 11101100110000001000111010110000111100001011010110001110101001001111000010110101 | ecc08eb0f0b58ea4f0b5 |
UTF-8 | 貔ー雉、雉 | 111010001011001010010100111011111011110110110000111010011001101110001001111011111011110110100100111010011001101110001001 | e8b294efbdb0e99b89efbda4e99b89 |
UHC | ??雉?雉 | 00111111001111111111011011001011001111111111011011001011 | 3f3ff6cb3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)