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 | 銓林咲ソ箪 | 111001111111001010010111110100011000110111100111101111111001001001011100 | e7f297d18de7bf925c |
EUC-JP | 銓林咲ソ箪 | 11101110111101001100111011010011101110101110100110001110101111111100001110111101 | eef4ced3bae98ebfc3bd |
UTF-8 | 銓林咲ソ箪 | 111010011000101010010011111001101001111010010111111001011001001010110010111011111011110110111111111001111010111010101010 | e98a93e69e97e592b2efbdbfe7aeaa |
UHC | 銓林??? | 11101111101100001101011111111001001111110011111100111111 | efb0d7f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)