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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 節????E | 10010000110111110011111100111111001111110011111101000101 | 90df3f3f3f3f45 |
EUC-JP | 節????E | 11000000111000010011111100111111001111110011111101000101 | c0e13f3f3f3f45 |
UTF-8 | 節쇽쉰遼쾃E | 11100111101011111000000011101100100001111011110111101100100010011011000011101111101001111000001111101100101111101000001101000101 | e7af80ec87bdec89b0efa783ecbe8345 |
UHC | 節쇽쉰遼쾃E | 1110111110111101101111001110111110111101101011101110100110101100101100100101001001000101 | efbdbcefbdaee9acb25245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)