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 | ?櫻粃? | 001111111001111101001110111000101110000100111111 | 3f9f4ee2e13f |
| EUC-JP | ?櫻粃? | 001111111101110110101111111001001110001100111111 | 3fddafe4e33f |
| UTF-8 | 룶櫻粃룫 | 111010111010001110110110111001101010101110111011111001111011001010000011111010111010001110101011 | eba3b6e6abbbe7b283eba3ab |
| UHC | 룶櫻粃룫 | 1000111110101011111001011010000111011101111110111000111110100010 | 8fabe5a1ddfb8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)