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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 貉懈弌蜒ァ | 111001101011100110011100111001101001100010011111111001011000001110100111 | e6b99ce6989fe583a7 |
| EUC-JP | 貉懈弌蜒ァ | 11101100101110111101100011101000110100001010000111101001111000111000111010100111 | ecbbd8e8d0a1e9e38ea7 |
| UTF-8 | 貉懈弌蜒ァ | 111010001011001010001001111001101000011110001000111001011011110010001100111010001001110010010010111011111011110110100111 | e8b289e68788e5bc8ce89c92efbda7 |
| UHC | ?懈??? | 001111111111101010101011001111110011111100111111 | 3ffaab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)