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 | 逕簿ィイ岦」 | 111001111001010010010101111010111010100010110010111110101010110010100011 | e79495eba8b2faaca3 |
EUC-JP | 逕簿ィイ岦」 | 11101101111101001100101011101101100011101010100010001110101100101000111110111011101100111000111010100011 | edf4caed8ea88eb28fbbb38ea3 |
UTF-8 | 逕簿ィイ岦」 | 111010011000000010010101111001111011000010111111111011111011110110101000111011111011110110110010111001011011001010100110111011111011110110100011 | e98095e7b0bfefbda8efbdb2e5b2a6efbda3 |
UHC | 逕簿???? | 1100110011101111110111011010110100111111001111110011111100111111 | ccefddad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)