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 | 煮蔀爾而 | 1000111011001111100011101100000110001110101000101000111010100111 | 8ecf8ec18ea28ea7 |
EUC-JP | 煮蔀爾而 | 1011110011010001101111001100001110111100101001001011110010101001 | bcd1bcc3bca4bca9 |
UTF-8 | 煮蔀爾而 | 111001111000010110101110111010001001010010000000111001111000100010111110111010001000000010001100 | e785aee89480e788bee8808c |
UHC | 煮?爾而 | 11101101101101000011111111101100101100111110110010111011 | edb43fecb3ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)