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 | 110000001111101010110000101001001100000011111010110101011010111001000010 | c0fab0a4c0fad5ae42 |
EUC-JP | タ?、タ?ョB | 1000111011000000001111111000111010100100100011101100000000111111100011101010111001000010 | 8ec03f8ea48ec03f8eae42 |
UTF-8 | タ嵓、タ晥ョB | 11101111101111101000000011100101101101011001001111101111101111011010010011101111101111101000000011100110100110011010010111101111101111011010111001000010 | efbe80e5b593efbda4efbe80e699a5efbdae42 |
UHC | ????晥?B | 0011111100111111001111110011111111111100101101110011111101000010 | 3f3f3f3ffcb73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)