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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝴エム恢揀蝣 | 11100101100110101011010011010001100010011111100010011101100000111110010110100000 | e59ab4d189f89d83e5a0 |
EUC-JP | 蝴エム恢揀蝣 | 111010011111101010001110101101001000111011010001101100101111101011011001111000111110101010100010 | e9fa8eb48ed1b2fad9e3eaa2 |
UTF-8 | 蝴エム恢揀蝣 | 111010001001110110110100111011111011110110110100111011111011111010010001111001101000000110100010111001101000111110000000111010001001110110100011 | e89db4efbdb4efbe91e681a2e68f80e89da3 |
UHC | 蝴??恢揀? | 111110111101110100111111001111111111110011100001110010101101000100111111 | fbdd3f3ffce1cad13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)