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 | 譚「雋陰 | 11100110100111011010001011101000101100101000100101000001 | e69da2e8b28941 |
EUC-JP | 譚「雋陰 | 1110101111111101100011101010001011110000101101001011000110100010 | ebfd8ea2f0b4b1a2 |
UTF-8 | 譚「雋陰 | 111010001010110110011010111011111011110110100010111010011001101110001011111010011001100110110000 | e8ad9aefbda2e99b8be999b0 |
UHC | 譚?雋陰 | 11010011110010010011111111110001111001101110101111100100 | d3c93ff1e6ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)