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 | 絽滑犬絽 | 1110001101010111100010101000101010001100101000101110001101010111 | e3578a8a8ca2e357 |
EUC-JP | 絽滑犬絽 | 1110010110111000101100111110101010111000101001001110010110111000 | e5b8b3eab8a4e5b8 |
UTF-8 | 絽滑犬絽 | 111001111011010110111101111001101011101110010001111001111000101010101100111001111011010110111101 | e7b5bde6bb91e78aace7b5bd |
UHC | ?滑犬? | 001111111111110011000001110011001011001100111111 | 3ffcc1ccb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)