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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 魚??悠 | 100010111001101100111111001111111001011101001001 | 8b9b3f3f9749 |
| EUC-JP | 魚??悠 | 101101011111101100111111001111111100110110101010 | b5fb3f3fcdaa |
| UTF-8 | 魚잙쉰悠 | 111010011010110110011010111011001001111010011001111011001000100110110000111001101000001010100000 | e9ad9aec9e99ec89b0e682a0 |
| UHC | 魚잙쉰悠 | 1110010111100000100111111110101110111101101011101110101011101101 | e5e09febbdaeeaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)