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 | ???z? | 0011111100111111001111110111101000111111 | 3f3f3f7a3f |
SJIS-WIN | 塢??z午 | 10011010110001110011111100111111011110101000110011011111 | 9ac73f3f7a8cdf |
EUC-JP | 塢??z午 | 11010100110010010011111100111111011110101011100011100001 | d4c93f3f7ab8e1 |
UTF-8 | 塢뽳쉘z午 | 11100101101000011010001011101011101111011011001111101100100010011001100001111010111001011000110110001000 | e5a1a2ebbdb3ec89987ae58d88 |
UHC | 塢뽳쉘z午 | 111001111111000110010110111011111011110110101001011110101110011111101101 | e7f196efbda97ae7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)