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 | シ闔「而 | 1111000111111011101111001110100010001110101000101000111010100111 | f1fbbce88ea28ea7 |
EUC-JP | ?シ闔「而 | 001111111000111010111100111011111110111010001110101000101011110010101001 | 3f8ebcefee8ea2bca9 |
UTF-8 | シ闔「而 | 111011101000010110110110111011111011110110111100111010011001011110010100111011111011110110100010111010001000000010001100 | ee85b6efbdbce99794efbda2e8808c |
UHC | ??闔?而 | 00111111001111111111100111101111001111111110110010111011 | 3f3ff9ef3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)