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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鋤?貨?^ | 10001111100110110011111110001001110111010011111101011110 | 8f9b3f89dd3f5e |
EUC-JP | 鋤?貨?^ | 10111101111110110011111110110010110111110011111101011110 | bdfb3fb2df3f5e |
UTF-8 | 鋤따貨따^ | 11101001100010111010010011101011100101001011000011101000101100101010100011101011100101001011000001011110 | e98ba4eb94b0e8b2a8eb94b05e |
UHC | 鋤따貨따^ | 111000001010011110110101111110111111110010100111101101011111101101011110 | e0a7b5fbfca7b5fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)