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 | ?瓣o緋 | 00111111111000010100000110000010100011111001010011101010 | 3fe141828f94ea |
| EUC-JP | ?瓣o緋 | 00111111111000011010001010100011111011111100100011101100 | 3fe1a2a3efc8ec |
| UTF-8 | 룿瓣o緋 | 111010111010001110111111111001111001001110100011111011111011110110001111111001111011011110001011 | eba3bfe793a3efbd8fe7b78b |
| UHC | 룿瓣o緋 | 1000111110110000111101111111101110100011111011111101110111111100 | 8fb0f7fba3efddfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)