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 | 淏晟貊エ鞨 | 111110110100001010011101111011101110011010111011101101001110100011100000 | fb429deee6bbb4e8e0 |
EUC-JP | 淏晟貊エ鞨 | 1000111111000111110110011101101011110000111011001011110110001110101101001111000011100010 | 8fc7d9daf0ecbd8eb4f0e2 |
UTF-8 | 淏晟貊エ鞨 | 111001101011011110001111111001101001100110011111111010001011001010001010111011111011110110110100111010011001111010101000 | e6b78fe6999fe8b28aefbdb4e99ea8 |
UHC | 淏晟貊?鞨 | 111110111100100011100000111110011101100011100111001111111100101011101010 | fbc8e0f9d8e73fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)