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 | 襭九稀粹 | 1110011001000010100010111110001110001011010010001110001011101101 | e6428be38b48e2ed |
EUC-JP | 襭九稀粹 | 1110101110100011101101101110010110110101101010011110010011101111 | eba3b6e5b5a9e4ef |
UTF-8 | 襭九稀粹 | 111010001010010110101101111001001011100110011101111001111010100010000000111001111011001010111001 | e8a5ade4b99de7a880e7b2b9 |
UHC | ?九稀粹 | 00111111110011101111101011111101111111001110001010110110 | 3fcefafdfce2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)