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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竇ー髮ォ貂シ | 111000101000010110110000111010011001101110101011111001101011100010111100 | e285b0e99babe6b8bc |
EUC-JP | 竇ー髮ォ貂シ | 111000111110010110001110101100001111000111111011100011101010101111101100101110101000111010111100 | e3e58eb0f1fb8eabecba8ebc |
UTF-8 | 竇ー髮ォ貂シ | 111001111010101110000111111011111011110110110000111010011010101110101110111011111011110110101011111010001011001010000010111011111011110110111100 | e7ab87efbdb0e9abaeefbdabe8b282efbdbc |
UHC | 竇?髮?貂? | 110101001110010000111111110110111010010100111111111101011011000000111111 | d4e43fdba53ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)