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 | 逋イ寬皮甸 | 111001111001100110110010111110101010101010010100111001111001100110110010 | e799b2faaa94e799b2 |
EUC-JP | 逋イ?皮甸 | 111011011111100110001110101100100011111111001000111010011101001010110100 | edf98eb23fc8e9d2b4 |
UTF-8 | 逋イ寬皮甸 | 111010011000000010001011111011111011110110110010111001011010111110101100111001111001101010101110111001111001010010111000 | e9808befbdb2e5aface79aaee794b8 |
UHC | 逋?寬皮甸 | 111110001110011100111111110011101011000011111001101010111110111110100100 | f8e73fceb0f9abefa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)