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 | 銓林咲ソ堤 | 111001111111001010010111110100011000110111100111101111111001001011100111 | e7f297d18de7bf92e7 |
EUC-JP | 銓林咲ソ堤 | 11101110111101001100111011010011101110101110100110001110101111111100010011101001 | eef4ced3bae98ebfc4e9 |
UTF-8 | 銓林咲ソ堤 | 111010011000101010010011111001101001111010010111111001011001001010110010111011111011110110111111111001011010000010100100 | e98a93e69e97e592b2efbdbfe5a0a4 |
UHC | 銓林??堤 | 1110111110110000110101111111100100111111001111111111000010100111 | efb0d7f93f3ff0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)