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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛇鉦オ釈シ | 1000111011010110100011111101111010110101100011101101111110111100 | 8ed68fdeb58edfbc |
EUC-JP | 蛇鉦オ釈シ | 10111100110110001011111011100000100011101011010110111100111000011000111010111100 | bcd8bee08eb5bce18ebc |
UTF-8 | 蛇鉦オ釈シ | 111010001001101110000111111010011000100110100110111011111011110110110101111010011000011110001000111011111011110110111100 | e89b87e989a6efbdb5e98788efbdbc |
UHC | 蛇鉦??? | 11011110111011111110111111111010001111110011111100111111 | deefeffa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)