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 | ???伊? | 001111110011111100111111100010001100100100111111 | 3f3f3f88c93f |
| EUC-JP | ???伊? | 001111110011111100111111101100001100101100111111 | 3f3f3fb0cb3f |
| UTF-8 | 琉뗨꽮伊콭 | 111011111010011110001100111010111001011110101000111010101011110110101110111001001011110010001010111011001011110110101101 | efa78ceb97a8eabdaee4bc8aecbdad |
| UHC | 琉뗨꽮伊콭 | 11101011101001001000101111101000100001001011100111101100101001011011001001000001 | eba48be884b9eca5b241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)