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 | 蜊ィ隰∝服 | 111001011000110110101000111010001010110010000001111001011001010110011110 | e58da8e8ac81e5959e |
EUC-JP | 蜊ィ隰∝服 | 11101001111011011000111010101000111100001010111010100010111001111100100111111110 | e9ed8ea8f0aea2e7c9fe |
UTF-8 | 蜊ィ隰∝服 | 111010001001110010001010111011111011110110101000111010011001101010110000111000101000100010011101111001101001110010001101 | e89c8aefbda8e99ab0e2889de69c8d |
UHC | ???∝服 | 00111111001111110011111110100001111100001101110011010111 | 3f3f3fa1f0dcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)