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 | 蠖「逎伎ーЫ | 11100101101111011010001011100111101000111000101011101010101100001000010001011100 | e5bda2e7a38aeab0845c |
EUC-JP | 蠖「逎伎ーЫ | 111010101011111110001110101000101110111010100101101101001110110010001110101100001010011110111101 | eabf8ea2eea5b4ec8eb0a7bd |
UTF-8 | 蠖「逎伎ーЫ | 1110100010100000100101101110111110111101101000101110100110000000100011101110010010111100100011101110111110111101101100001101000010101011 | e8a096efbda2e9808ee4bc8eefbdb0d0ab |
UHC | ???伎?Ы | 0011111100111111001111111101000011101011001111111010110010111101 | 3f3f3fd0eb3facbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)