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 | 焄セモコ鉷鑄 | 111110110101010010111110110100111011101011111011110011011110100001101000 | fb54bed3bafbcde868 |
EUC-JP | 焄セモコ鉷鑄 | 1000111111001001111000111000111010111110100011101101001110001110101110101000111111100011111100011110111111001001 | 8fc9e38ebe8ed38eba8fe3f1efc9 |
UTF-8 | 焄セモコ鉷鑄 | 111001111000010010000100111011111011110110111110111011111011111010010011111011111011110110111010111010011000100110110111111010011001000110000100 | e78484efbdbeefbe93efbdbae989b7e99184 |
UHC | 焄????鑄 | 1111110110110110001111110011111100111111001111111111000111010001 | fdb63f3f3f3ff1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)