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 | 螳オ闌厄スュ | 111001011010111010110101111010001000110010010110111011111011110110101101 | e5aeb5e88c96efbdad |
| EUC-JP | 螳オ闌厄スュ | 111010101011000010001110101101011110111111101100110011001111000110001110101111011000111010101101 | eab08eb5efecccf18ebd8ead |
| UTF-8 | 螳オ闌厄スュ | 111010001001111010110011111011111011110110110101111010011001011110001100111001011000111010000100111011111011110110111101111011111011110110101101 | e89eb3efbdb5e9978ce58e84efbdbdefbdad |
| UHC | 螳??厄?? | 1101001111011001001111110011111111100100111110000011111100111111 | d3d93f3fe4f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)