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 | 11100010101011111000101110001011100011100100101101001000 | e2af8b8b8e4b48 |
EUC-JP | 箟給錆H | 11100100101100011011010111101011101110111010110001001000 | e4b1b5ebbbac48 |
UTF-8 | 箟給錆H | 11100111101011101001111111100111101101011010011011101001100011001000011001001000 | e7ae9fe7b5a6e98c8648 |
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)