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 | 悅??炎?? | 1111101010111101001111110011111110001001100010100011111100111111 | fabd3f3f898a3f3f |
| EUC-JP | ???炎?? | 00111111001111110011111110110001111010100011111100111111 | 3f3f3fb1ea3f3f |
| UTF-8 | 悅덆닎炎꾤썣 | 111001101000001010000101111010111000110110000110111010111000101110001110111001111000001010001110111010101011111010100100111011001000110110100011 | e68285eb8d86eb8b8ee7828eeabea4ec8da3 |
| UHC | 悅덆닎炎꾤썣 | 111001101110110110001000111010011000100010010100111001101111101010000100111001111001101110010110 | e6ed88e98894e6fa84e79b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)