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 | 豺イ莨懶スョ | 111001101011011110110010111001001011110010011100111011111011110110101110 | e6b7b2e4bc9cefbdae |
| EUC-JP | 豺イ莨懶スョ | 111011001011100110001110101100101110100010111110110110001111000110001110101111011000111010101110 | ecb98eb2e8bed8f18ebd8eae |
| UTF-8 | 豺イ莨懶スョ | 111010001011000110111010111011111011110110110010111010001000111010101000111001101000011110110110111011111011110110111101111011111011110110101110 | e8b1baefbdb2e88ea8e687b6efbdbdefbdae |
| UHC | 豺??懶?? | 1110001111001111001111110011111111010100111110110011111100111111 | e3cf3f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)