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 | 譚「雋噂 | 11100110100111011010001011101000101100101000100101011100 | e69da2e8b2895c |
EUC-JP | 譚「雋噂 | 1110101111111101100011101010001011110000101101001011000110111101 | ebfd8ea2f0b4b1bd |
UTF-8 | 譚「雋噂 | 111010001010110110011010111011111011110110100010111010011001101110001011111001011001100110000010 | e8ad9aefbda2e99b8be59982 |
UHC | 譚?雋? | 110100111100100100111111111100011110011000111111 | d3c93ff1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)