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 | ???壬?? | 00111111001111110011111110010000011100000011111100111111 | 3f3f3f90703f3f |
| EUC-JP | ???壬?? | 00111111001111110011111110111111110100010011111100111111 | 3f3f3fbfd13f3f |
| UTF-8 | 琉쀥틫壬듿툊 | 111011111010011110001100111011001000000010100101111011011000101110101011111001011010001110101100111010111001001110111111111011011000100010001010 | efa78cec80a5ed8babe5a3aceb93bfed888a |
| UHC | 琉쀥틫壬듿툊 | 111010111010010010010111111001011011101010010101111011001111001110001010111001011011100010000010 | eba497e5ba95ecf38ae5b882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)