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 | 豐夥牟魍雅、 | 1110011010110010100110101110110010010110101101001110100110110001100010011110101110100100 | e6b29aec96b4e9b189eba4 |
EUC-JP | 豐夥牟魍雅、 | 111011001011010011010100111011101100110010110110111100101011001110110010111011011000111010100100 | ecb4d4eeccb6f2b3b2ed8ea4 |
UTF-8 | 豐夥牟魍雅、 | 111010001011000110010000111001011010010010100101111001111000100110011111111010011010110110001101111010011001101110000101111011111011110110100100 | e8b190e5a4a5e7899fe9ad8de99b85efbda4 |
UHC | ??牟?雅? | 0011111100111111110110011011111100111111111001001011101000111111 | 3f3fd9bf3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)