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 | E[±N¥ | 10010010010001011001001001011011100100011011000110010010010011101001000110100101 | 9245925b91b1924e91a5 |
SJIS-WIN | ?E?[?±?N?¥ | 001111110100010100111111010110110011111110000001011111010011111101001110001111111000000110001111 | 3f453f5b3f817d3f4e3f818f |
EUC-JP | ?E?[?±?N?? | 0011111101000101001111110101101100111111101000011101111000111111010011100011111100111111 | 3f453f5b3fa1de3f4e3f3f |
UTF-8 | E[±N¥ | 1100001010010010010001011100001010010010010110111100001010010001110000101011000111000010100100100100111011000010100100011100001010100101 | c29245c2925bc291c2b1c2924ec291c2a5 |
UHC | ?E?[?±?N?? | 0011111101000101001111110101101100111111101000011011111000111111010011100011111100111111 | 3f453f5b3fa1be3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)