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 | 紜士玖帰絽 | 11100011010000011000111001101101100010111110100010001011010000011110001101010111 | e3418e6d8be88b41e357 |
EUC-JP | 紜士玖帰絽 | 11100101101000101011101111001110101101101110101010110101101000101110010110111000 | e5a2bbceb6eab5a2e5b8 |
UTF-8 | 紜士玖帰絽 | 111001111011010010011100111001011010001110101011111001111000111010010110111001011011100010110000111001111011010110111101 | e7b49ce5a3abe78e96e5b8b0e7b5bd |
UHC | ?士玖?? | 00111111110111101100110111001111101110000011111100111111 | 3fdecdcfb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)