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 | 蟆橸スィ霆乗 | 11100101101100001001111011101111101111011010100011101000101110111000111111100110 | e5b09eefbda8e8bb8fe6 |
| EUC-JP | 蟆橸スィ霆乗 | 111010101011001011011100111100011000111010111101100011101010100011110000101111011011111011101000 | eab2dcf18ebd8ea8f0bdbee8 |
| UTF-8 | 蟆橸スィ霆乗 | 111010001001111110000110111001101010100110111000111011111011110110111101111011111011110110101000111010011001110010000110111001001011100110010111 | e89f86e6a9b8efbdbdefbda8e99c86e4b997 |
| UHC | ????霆? | 00111111001111110011111100111111111011111111110100111111 | 3f3f3f3feffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)