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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紹?壤 | 1000111111010000001111111001101011011111 | 8fd03f9adf |
EUC-JP | 紹?壤 | 1011111011010010001111111101010011100001 | bed23fd4e1 |
UTF-8 | 紹샼壤 | 111001111011010010111001111011001000001110111100111001011010001110100100 | e7b4b9ec83bce5a3a4 |
UHC | 紹샼壤 | 111000011100100110011000110111001110010110111101 | e1c998dce5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)