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 | 陲ア荵礼・キ | 111010001010001010110001111001001011100110010111111001111010010110110111 | e8a2b1e4b997e7a5b7 |
EUC-JP | 陲ア荵礼・キ | 111100001010010010001110101100011110100010111011110011101110100110001110101001011000111010110111 | f0a48eb1e8bbcee98ea58eb7 |
UTF-8 | 陲ア荵礼・キ | 111010011001100110110010111011111011110110110001111010001000110110110101111001111010010010111100111011111011110110100101111011111011110110110111 | e999b2efbdb1e88db5e7a4bcefbda5efbdb7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)