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 | 櫻??攸?? | 1001111101001110001111110011111110011101101111110011111100111111 | 9f4e3f3f9dbf3f3f |
| EUC-JP | 櫻??攸?? | 1101110110101111001111110011111111011010110000010011111100111111 | ddaf3f3fdac13f3f |
| UTF-8 | 櫻쇤옩攸쏃슋 | 111001101010101110111011111011001000011110100100111011001001100010101001111001101001010010111000111011001000111110000011111011001000101010001011 | e6abbbec87a4ec98a9e694b8ec8f83ec8a8b |
| UHC | 櫻쇤옩攸쏃슋 | 111001011010000110111100111010011001111010101000111010101111001010011011111010011001101010011011 | e5a1bce99ea8eaf29be99a9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)