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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 失酌爾而 | 1000111010111000100011101101111010001110101000101000111010100111 | 8eb88ede8ea28ea7 |
EUC-JP | 失酌爾而 | 1011110010111010101111001110000010111100101001001011110010101001 | bcbabce0bca4bca9 |
UTF-8 | 失酌爾而 | 111001011010010010110001111010011000010110001100111001111000100010111110111010001000000010001100 | e5a4b1e9858ce788bee8808c |
UHC | 失酌爾而 | 1110001111110111111011011100110011101100101100111110110010111011 | e3f7edccecb3ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)