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 | 蟆溢沫跋オ蝓 | 1110010110110000100010001110110010010110100101111110011011101011101101011110010110011111 | e5b088ec9697e6ebb5e59f |
| EUC-JP | 蟆溢沫跋オ蝓 | 111010101011001010110000111011101100101111110111111011001110110110001110101101011110101010100001 | eab2b0eecbf7eced8eb5eaa1 |
| UTF-8 | 蟆溢沫跋オ蝓 | 111010001001111110000110111001101011101010100010111001101011001010101011111010001011011110001011111011111011110110110101111010001001110110010011 | e89f86e6baa2e6b2abe8b78befbdb5e89d93 |
| UHC | ?溢沫跋?? | 001111111110110011101110110110001100100011011011101000100011111100111111 | 3feceed8c8dba23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)