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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉚披沖萓オ髏 | 1110011111110100100101001110001010001001101010111110010010111110101101011110100110010000 | e7f494e289abe4beb5e990 |
EUC-JP | 鉚披沖萓オ髏 | 111011101111011011001000111001001011001010101101111010001100000010001110101101011111000111110000 | eef6c8e4b2ade8c08eb5f1f0 |
UTF-8 | 鉚披沖萓オ髏 | 111010011000100110011010111001101000101010101011111001101011001010010110111010001001000010010011111011111011110110110101111010011010101110001111 | e9899ae68aabe6b296e89093efbdb5e9ab8f |
UHC | ?披沖??? | 0011111111111001101010011111010111111000001111110011111100111111 | 3ff9a9f5f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)