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 | 鉚披沖萓オ | 111001111111010010010100111000101000100110101011111001001011111010110101 | e7f494e289abe4beb5 |
EUC-JP | 鉚披沖萓オ | 11101110111101101100100011100100101100101010110111101000110000001000111010110101 | eef6c8e4b2ade8c08eb5 |
UTF-8 | 鉚披沖萓オ | 111010011000100110011010111001101000101010101011111001101011001010010110111010001001000010010011111011111011110110110101 | e9899ae68aabe6b296e89093efbdb5 |
UHC | ?披沖?? | 00111111111110011010100111110101111110000011111100111111 | 3ff9a9f5f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)