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 | 郤偵Ν蠑 | 1110011110111010100100101110001110000011101010111110010110111100 | e7ba92e383abe5bc |
EUC-JP | 郤偵Ν蠑 | 1110111010111100110001001110010110100110101011011110101010111110 | eebcc4e5a6adeabe |
UTF-8 | 郤偵Ν蠑 | 1110100110000011101001001110010110000001101101011100111010011101111010001010000010010001 | e983a4e581b5ce9de8a091 |
UHC | ?偵Ν? | 001111111110111111001111101001011100110100111111 | 3fefcfa5cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)