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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 絏給錆H | 11100011010100011000101110001011100011100100101101001000 | e3518b8b8e4b48 |
EUC-JP | 絏給錆H | 11100101101100101011010111101011101110111010110001001000 | e5b2b5ebbbac48 |
UTF-8 | 絏給錆H | 11100111101101011000111111100111101101011010011011101001100011001000011001001000 | e7b58fe7b5a6e98c8648 |
UHC | ?給?H | 0011111111010000111001010011111101001000 | 3fd0e53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)