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 | 粢逸酋絨 | 1110001011100101100010001110110110001111010101011110001101001111 | e2e588ed8f55e34f |
EUC-JP | 粢逸酋絨 | 1110010011100111101100001110111110111101101101101110010110110000 | e4e7b0efbdb6e5b0 |
UTF-8 | 粢逸酋絨 | 111001111011001010100010111010011000000010111000111010011000010110001011111001111011010110101000 | e7b2a2e980b8e9858be7b5a8 |
UHC | ?逸酋絨 | 00111111111011001110111111110101110111001110101111010110 | 3feceff5dcebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)