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 | 闢シ雕オ驟 | 1110100010010011101111001110100010111000101101011110100110000101 | e893bce8b8b5e985 |
EUC-JP | 闢シ雕オ驟 | 11101111111100111000111010111100111100001011101010001110101101011111000111100101 | eff38ebcf0ba8eb5f1e5 |
UTF-8 | 闢シ雕オ驟 | 111010011001011110100010111011111011110110111100111010011001101110010101111011111011110110110101111010011010100110011111 | e997a2efbdbce99b95efbdb5e9a99f |
UHC | 闢?雕?驟 | 1101110010100011001111111111000011100111001111111111011010101110 | dca33ff0e73ff6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)