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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逕簿ィゥ寘 | 1110011110010100100101011110101110101000101010011111101010101001 | e79495eba8a9faa9 |
EUC-JP | 逕簿ィゥ寘 | 1110110111110100110010101110110110001110101010001000111010101001100011111011101011100001 | edf4caed8ea88ea98fbae1 |
UTF-8 | 逕簿ィゥ寘 | 111010011000000010010101111001111011000010111111111011111011110110101000111011111011110110101001111001011010111110011000 | e98095e7b0bfefbda8efbda9e5af98 |
UHC | 逕簿??? | 11001100111011111101110110101101001111110011111100111111 | ccefddad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)