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 | 蝸夥囗竇ア | 111001011001011110011010111011001001101010011000111000101000010110110001 | e5979aec9a98e285b1 |
EUC-JP | 蝸夥囗竇ア | 11101001111101111101010011101110110100111111100011100011111001011000111010110001 | e9f7d4eed3f8e3e58eb1 |
UTF-8 | 蝸夥囗竇ア | 111010001001110110111000111001011010010010100101111001011001101110010111111001111010101110000111111011111011110110110001 | e89db8e5a4a5e59b97e7ab87efbdb1 |
UHC | 蝸??竇? | 11101000110001000011111100111111110101001110010000111111 | e8c43f3fd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)