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 | 迯暦ス。訷イ | 111001111000110110010111111011111011110110100001111110111010010010110010 | e78d97efbda1fba4b2 |
EUC-JP | 迯暦ス。訷イ | 11101101111011011100111011110001100011101011110110001110101000011000111111011101110101001000111010110010 | ededcef18ebd8ea18fddd48eb2 |
UTF-8 | 迯暦ス。訷イ | 111010001011111110101111111001101001101010100110111011111011110110111101111011111011110110100001111010001010100010110111111011111011110110110010 | e8bfafe69aa6efbdbdefbda1e8a8b7efbdb2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)