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 | 韜コ鬘御 | 11101000111010011011101011101001101000011000110011100100 | e8e9bae9a18ce4 |
EUC-JP | 韜コ鬘御 | 1111000011101011100011101011101011110010101000111011100011100110 | f0eb8ebaf2a3b8e6 |
UTF-8 | 韜コ鬘御 | 111010011001111110011100111011111011110110111010111010011010110010011000111001011011111010100001 | e99f9cefbdbae9ac98e5bea1 |
UHC | 韜??御 | 110101001011011100111111001111111110010111011001 | d4b73f3fe5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)