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 | 葉??抑?? | 1001011101110100001111110011111110010111011111010011111100111111 | 97743f3f977d3f3f |
EUC-JP | 葉??抑?? | 1100110111010101001111110011111111001101110111100011111100111111 | cdd53f3fcdde3f3f |
UTF-8 | 葉뗫젫抑띕젍 | 111010001001000110001001111010111001011110101011111011001010000010101011111001101000101010010001111010111001110110010101111011001010000010001101 | e89189eb97abeca0abe68a91eb9d95eca08d |
UHC | 葉뗫젫抑띕젍 | 111001111010100010001011111010111010000010100011111001011110010010110110111010111010000010001110 | e7a88beba0a3e5e4b6eba08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)