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 | 豫??昻?? | 1001100010101100001111110011111111111010110100000011111100111111 | 98ac3f3ffad03f3f |
EUC-JP | 豫????? | 11010000101011100011111100111111001111110011111100111111 | d0ae3f3f3f3f3f |
UTF-8 | 豫볟넇昻㎬븞 | 111010001011000110101011111010111011001110011111111010111000010010000111111001101001100010111011111000111000111010101100111010111011100010011110 | e8b1abebb39feb8487e698bbe38eacebb89e |
UHC | 豫볟넇昻㎬븞 | 111001111110001110010011111001011000011010010111111001001110100110100111111010001001010110001000 | e7e393e58697e4e9a7e89588 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)