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 | 獰??膺? | 11100000110101100011111100111111111001000101111000111111 | e0d63f3fe45e3f |
| EUC-JP | 獰??膺? | 11100000110110000011111100111111111001111011111100111111 | e0d83f3fe7bf3f |
| UTF-8 | 獰⑸챷膺멊 | 111001111000110110110000111000101001000110111000111011001011000110110111111010001000011010111010111010111010100110001010 | e78db0e291b8ecb1b7e886baeba98a |
| UHC | 獰⑸챷膺멊 | 11100111101111101010100111101011101010101000010011101011111011001001000101000010 | e7bea9ebaa84ebec9142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)