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 | 蒻セ塚エ籬 | 1110010011101000101111101111101010011100101101001110001011011111 | e4e8befa9cb4e2df |
EUC-JP | 蒻セ?エ籬 | 111010001110101010001110101111100011111110001110101101001110010011100001 | e8ea8ebe3f8eb4e4e1 |
UTF-8 | 蒻セ塚エ籬 | 111010001001001010111011111011111011110110111110111011111010100010010000111011111011110110110100111001111011000110101100 | e892bbefbdbeefa890efbdb4e7b1ac |
UHC | 蒻???籬 | 11100101101101100011111100111111001111111101011111100110 | e5b63f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)