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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 謔滔ウ。妤ィB | 11100110100000101001111111101011101100111010000111111010101001001010100001000010 | e6829febb3a1faa4a842 |
EUC-JP | 謔滔ウ。妤ィB | 1110101111100010110111101110110110001110101100111000111010100001100011111011100110101111100011101010100001000010 | ebe2deed8eb38ea18fb9af8ea842 |
UTF-8 | 謔滔ウ。妤ィB | 11101000101011001001010011100110101110111001010011101111101111011011001111101111101111011010000111100101101001101010010011101111101111011010100001000010 | e8ac94e6bb94efbdb3efbda1e5a6a4efbda842 |
UHC | 謔滔????B | 111110011100110011010100101001010011111100111111001111110011111101000010 | f9ccd4a53f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)